What is Google Web Driver in the Android SDK Manager?

AndroidWeb Testing

Android Problem Overview


I see a list of optional items to install in the packages window, and can't find any reference to what the Google Web Driver and what it actually does?

Android Solutions


Solution 1 - Android

Web Driver is selenium's framework for testing webapps on Android Device.

For more details on how you can use this visit the link

Solution 2 - Android

Web Driver is still a good tool for testing web apps.

The Android Web App is another part of Selenium which is used for testing web apps on all platforms.

For a better understanding of how to use the Android Web App, you will need to learn Selenium. Settings for what needs to be configured differently in Android can be found on the Selenium site.

http://docs.seleniumhq.org/docs/03_webdriver.jsp#android-driver

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionfakeguybrushthreepwoodView Question on Stackoverflow
Solution 1 - AndroidSunil MishraView Answer on Stackoverflow
Solution 2 - AndroidAdam M. EricksonView Answer on Stackoverflow