Skip to content

KopchukVolod/SeleniumWebDriver-on-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumWebDriver-on-Python

test scripts

Necessarily! Configure the environment on your computer

Let's create a folder where our virtual environments will be stored and go to it:

  • mkdir environments
  • cd environments

Let's create a virtual environment:

  • python -m venv selenium_env

Let's run the activate.bat file created for us by the venv application to activate the environment:

  • selenium_env\Scripts\activate.bat

Let's check that we can now use Python. Let's fire up the Python interpreter and write our own version of HelloWorld:

  • (selenium_env) C:\Users\Julia\environments> python

  • >>> print("Hello Selenium!")

About

test scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages