hhhrrrttt222111/Selenium_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Selenium WebDriver is a web framework that permits you to execute cross-browser tests. This tool is used for automating web-based application testing to verify that it performs expectedly. Selenium WebDriver allows you to choose a programming language of your choice to create test scripts. As discussed earlier, it is an advancement over Selenium RC to overcome a few limitations. Selenium WebDriver is not capable of handling window components, but this drawback can be overcome by using tools like Sikuli, Auto IT, etc.
Getting Started with Selenium WebDriver for Automation Testing



pip install selenium
from selenium import webdriver

driver = webdriver.Chrome(executable_path=r"<LOCATION OF CHROMEDRIVER OR GECKODRIVER>")
git clone https://.com/hhhrrrttt222111/Selenium_python.git

cd Selenium_python

python3 -m pip install -r requirements.txt
python3 Pyselenium.py
pip install requests
pip install beautifulsoup4
pip install lxml

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •