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.
- Host: GitHub
- URL: https://github.com/rririanto/selenium-mobile-webtest
- Owner: rririanto
- Created: 2020-07-19T15:07:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T14:50:23.000Z (over 5 years ago)
- Last Synced: 2024-12-27T18:25:02.958Z (about 1 year ago)
- Topics: mobile-testing, python, selenium
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.