-
Notifications
You must be signed in to change notification settings - Fork 10
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
support non default mobile web browsers for testing #22
Comments
we are moving custom browsers arguments and options into the AbstractCapabilities.java. NB. when v8 stable is released you can use with 'com.sec.android.app.sbrowser'options.add_experimental_option('androidPackage', 'com.sec.android.app.sbrowser.beta') NB. chromedriver will need to be in your path! (Or change this to your specific path)driver = webdriver.Chrome('chromedriver', chrome_options=options) |
with new w3c compatible capabilities we have more chances to incorporate those feature. Ideally we have to provide just example of the valid capabilities to test it as no changes expected in 6.3.30+ on core code |
Let's wait appium 2.0 in mcloud |
We've found a problem with elements detection on non-default web browsers like: firefox, samsung native browser etc.
Need to play with appium capabilities to be able to recognize elements. As first variant we have to test approaches with automationName:
The text was updated successfully, but these errors were encountered: