Skip to content

YuriiChere/tutorial-selenium-python-ultrafastgrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Eyes Python Selenium Ultrafastgrid Tutorial

Pre-requisites:

  1. Python 3 is installed on your machine.

  2. Package manager pip is installed on your machine.

  3. Chrome browser is installed on your machine.

  4. Chrome Webdriver is on your machine and is in the environment variable PATH. Here are some resources from the internet that'll help you.

  5. Git is installed on your machine.

  6. If you want to run example from IDE, install any IDE for Python (e.g. PyCharm )

  7. Restart your machine to implement updated environment variables (need for some OS).

Steps to run this example

  1. Git clone this repo

git clone https://github.com/applitools/tutorial-selenium-python-ultrafastgrid.git, or download this as a Zip file and unzip it

  1. Get an API key by logging into Applitools > Person Icon > My API Key
  2. Navigate to just cloned folder tutorial-selenium-python-ultrafastgrid
  3. Open in any editor file ultrafastgrid_demo.py and set your ApiKey in string '.set_api_key('...')' (or comment the string and set APPLITOOLS_API_KEY environment variable)
  4. Install requirements pip install -r requirements.txt
  5. Run ultrafastgrid_demo.py by calling python ultrafastgrid_demo.py
  6. If you want run from IDE - start PyCharm, open just cloned project, set project interpreter by File > Settings > Project: > Project Interpreter choose interpreter by dropdown box; if IDE propose to install requirements - perform this; tap Run > Run and choose ultrafastgrid_demo

Read more here: https://www.applitools.com/tutorials/selenium-python.html

Some OS use command python3 instead of python for Python3

About

Selenium Python tutorial with VisualGrid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%