An open API service indexing awesome lists of open source software.

https://github.com/rririanto/selenium-mobile-webtest

Using Selenium WebDriver to run mobile responsive tests on website.
https://github.com/rririanto/selenium-mobile-webtest

mobile-testing python selenium

Last synced: 5 months ago
JSON representation

Using Selenium WebDriver to run mobile responsive tests on website.

Awesome Lists containing this project

README

          

# selenium-mobile-webtest
Using Selenium Chrome WebDriver to run mobile responsive tests on the website.

### Install dependency
1. Download [Chrome WebDriver](https://chromedriver.chromium.org/downloads) and extract on the driver file.
2. ```$ pip install selenium```

### Usage

```
$ git clone https://github.com/jimmyromanticdevil/selenium-mobile-webtest
$ cd selenium-mobile-webtest
$ python selenium-mobile-webtest.py -u
```

### Note
- This is only for chrome webdriver, because we using [Chrome device test](https://developers.google.com/web/tools/chrome-devtools/device-mode)
- please make sure your driver path
- disable device list by adding a comment to the list that you want to disable.