Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

selenium check if driver is open python

>>> driver = MyFirefox()
>>> print driver.session_id
u'69fe0923-0ba1-ee46-8293-2f849c932f43'
>>> driver.quit()
>>> print driver.session_id
None
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #selenium #check #driver #open #python
ADD COMMENT
Topic
Name
5+3 =