Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Google Web Driver in the Android SDK Manager?

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?

like image 934
fakeguybrushthreepwood Avatar asked Nov 22 '12 12:11

fakeguybrushthreepwood


People also ask

What is Google Web Driver?

Selenium WebDriver is a browser automation tool which provides a lightweight and elegant way for testing web apps.

What is the use of Android SDK Manager?

The sdkmanager is a command line tool that allows you to view, install, update, and uninstall packages for the Android SDK. If you're using Android Studio, then you do not need to use this tool and you can instead manage your SDK packages from the IDE.

Which Android SDK tools should I install?

According to Microsofts article "Which Android SDK packages should I install?" Install the "SDK Platform" for the Android versions you've set as minimum & target.

What is the path of Android SDK Manager?

by default, the "Android Studio IDE" will be installed in " C:\Program Files\Android\Android Studio ", and the "Android SDK" in " c:\Users\username\AppData\Local\Android\Sdk ".


2 Answers

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

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

like image 186
Sunil Mishra Avatar answered Sep 20 '22 05:09

Sunil Mishra


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

like image 45
Adam M. Erickson Avatar answered Sep 20 '22 05:09

Adam M. Erickson