Changes

Jump to navigation Jump to search
no edit summary
A folder with tutorial code can be found on the RDP in:
E:\McNair\Software\Selenium Tutorial
 
===Launching a Driver===
The first step is to launch a driver. This is an object that has information on the current page including its url and web elements, and is the object you interact with to do any sort of navigation. First, import the webdriver:
from selenium import webdriver
==Helpful Links==

Navigation menu