Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to upgrade to v3.6.0 because of NotImplementedException #592

Closed
abendt opened this issue Jun 29, 2018 · 0 comments
Closed

unable to upgrade to v3.6.0 because of NotImplementedException #592

abendt opened this issue Jun 29, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@abendt
Copy link
Collaborator

abendt commented Jun 29, 2018

Hi,

we tried to upgrade from v3.5.2 to v3.6.0 today.

One test is failing now because of a NotImplementException:

window().clickAndOpenNew(el(".button-locator"))

sun.reflect.generics.reflectiveObjects.NotImplementedException
	at org.fluentlenium.core.events.EventAdapter.beforeSwitchToWindow(EventAdapter.java:122)
	...
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.openqa.selenium.support.events.EventFiringWebDriver.lambda$new$0(EventFiringWebDriver.java:82)
	at com.sun.proxy.$Proxy146.beforeSwitchToWindow(Unknown Source)
	at org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringTargetLocator.window(EventFiringWebDriver.java:638)
	at org.fluentlenium.core.switchto.FluentTargetLocatorImpl.window(FluentTargetLocatorImpl.java:64)
	at org.fluentlenium.core.action.WindowAction.switchTo(WindowAction.java:222)
	at org.fluentlenium.core.action.WindowAction.clickAndOpenNew(WindowAction.java:130)
@filipcynarski filipcynarski self-assigned this Jul 2, 2018
@filipcynarski filipcynarski added this to the 3.6.1 milestone Jul 2, 2018
filipcynarski added a commit that referenced this issue Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants