-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
Adding Appium to the list of Drivers #29
Comments
Sure, PR's are welcome! Please provide JUnit tests with your code in order to assess the new feature. Thank you! |
Did you manage to add Appium to the driver list? |
@bonigarcia not yet but i'm hopeful to do so in the next little bit |
@bonigarcia @lfarnell I used appium for some time. Appium works with own server (like selenium server standalone) and we don't need to store and add some variables to |
Your point merely only says it shouldn't be implemented because BitBucket has old version's of Appium. I personally think that by incorporating Appium into the list, user's can have a seamless experience starting the Appium server and mobile tests simultaneously rather then having to start another process and ensuring that it's running before executing tests. That in itself seems very problematic. For the dependency on node.js for "newer" verisons of Appium, I dont see why you can't say node.js will be a dependency if you want to run Appium. Plenty of tools and libraries require dependencies. |
As Linus Torvalds said: "Talk is cheap. Show me the code". |
@lfarnell But on other hand - archive from bitbucket contains installer, not a driver(like chromedriver) that using like a bridge. In this case tool didn't manage webdrivers. |
This issue seems to be abandoned. Closing. |
I've started using your library for a project of mine and was wondering if you would be interest in a pull request for adding Appium drivers to the list.
The text was updated successfully, but these errors were encountered: