-
-
Notifications
You must be signed in to change notification settings - Fork 763
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
5.0.0-BETA2: ClassCastException: WebElement -> IOSElement #567
Comments
ok. |
@amedvedjev |
@TikhomirovSergey Appium start: Driver capabilities: (i know some deprecated...) getSessionDetails: |
@amedvedjev |
no. it is name of our application. Target name to compile in xCode. |
@amedvedjev |
Does exist a workaround for this, or should I just go back to Beta1? |
@amedvedjev I will propose the workaround today. re-implemented |
@amedvedjev @derunewige |
Description
Failed to cast WebElement into IOSElement. Worked with 5.0.0-BETA1.
Environment
Code To Reproduce Issue [ Good To Have ]
((IOSElement) driver.findElement(MobileBy.className("XCUIElementTypePickerWheel"))).setValue(countryName);
Ecxeption stacktraces
java.lang.ClassCastException: org.openqa.selenium.remote.RemoteWebElement cannot be cast to io.appium.java_client.ios.IOSElement
The text was updated successfully, but these errors were encountered: