Skip to content

Commit

Permalink
Merge pull request #493 from AutomationSolutionz/dom
Browse files Browse the repository at this point in the history
re add get_driver()
  • Loading branch information
Muntasib-creator committed Sep 3, 2024
2 parents 9ad22c5 + f7cee4a commit 95c0e74
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down

0 comments on commit 95c0e74

Please sign in to comment.