diff --git a/Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py b/Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py index 7a2b7fba7..6f4f4543c 100644 --- a/Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py +++ b/Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py @@ -127,7 +127,9 @@ else: raise ValueError("No dependency set - Cannot run") - +@logger +def get_driver(): + return selenium_driver @logger def find_exe_in_path(exe): """ Search the path for an executable """