Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 796bd25

Browse files
committed
Merge pull request baijum#45 from fpuga/patch-1
Adds the webdriver import
2 parents 19ed49c + 8ac6314 commit 796bd25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/getting-started.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ this::
252252
The above line says that you can use this URL for connecting to
253253
remote WebDriver. Here are some examples::
254254

255+
from selenium import webdriver
255256
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
256257

257258
driver = webdriver.Remote(

0 commit comments

Comments
 (0)