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

Skip to content

Commit 55aa1ee

Browse files
author
Baiju Muthukadan
committed
Merge pull request baijum#19 from jbarbosat/patch-1
'import Select'
2 parents 2cb8008 + fbbfe4a commit 55aa1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/navigating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ include one called "Select", which provides useful methods for
9393
interacting with these.
9494

9595
::
96-
96+
from selenium.webdriver.support.ui import Select
9797
select = Select(driver.find_element_by_name('name'))
9898
select.select_by_index(index)
9999
select.select_by_visible_text("text")

0 commit comments

Comments
 (0)