Skip to content

Commit

Permalink
Merge pull request #45 from fpuga/patch-1
Browse files Browse the repository at this point in the history
Adds the webdriver import
  • Loading branch information
baijum committed May 30, 2015
2 parents 19ed49c + 8ac6314 commit 796bd25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ this::
The above line says that you can use this URL for connecting to
remote WebDriver. Here are some examples::

from selenium import webdriver
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities

driver = webdriver.Remote(
Expand Down

0 comments on commit 796bd25

Please sign in to comment.