Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

K-Nesbitt/selenium_tutorial

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Tutorial

Selenium is an open source automated testing suite for web applications across different browsers and platforms. Selenium is not a single tool but four different software applications:

  • Selenium Integrated Development Environment (IDE)
  • Selenium Remote Control (RC)
  • WebDriver
  • Selenium Grid

This tutorial demonstrates how to use the Webdriver with Python. In the tutorial you will see commands that allow you navigate to predefined url's and links that on the website, scroll the page, send text to fields, and open a new tab.

It is also important to note good scraping protocols:

  • Don't submit requests that will overload their servers
  • Larger websites will most likely have scraping defenses
  • Read the site owner rules for robots at mainURL/robots.txt

References

https://selenium-python.readthedocs.io/
https://www.guru99.com/introduction-to-selenium.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.