Skip to content

Commit 89fd8ca

Browse files
committed
import selenum
1 parent 9e1ddf9 commit 89fd8ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,8 @@ def Open_Browser(dependency, window_size_X=None, window_size_Y=None, capability=
538538

539539
try:
540540
CommonUtil.teardown = True
541-
browser = browser.lower().strip()
541+
browser = browser.lower().strip()
542+
import selenium
542543
selenium_version = selenium.__version__
543544
if browser in ("ios",):
544545
# Finds the appium binary and starts the server.

0 commit comments

Comments
 (0)