Skip to content

Instantly share code, notes, and snippets.

@adiralashiva8
Created October 19, 2023 02:38
Show Gist options
  • Save adiralashiva8/b605d550979dcf8ef874e50dccdee181 to your computer and use it in GitHub Desktop.
Save adiralashiva8/b605d550979dcf8ef874e50dccdee181 to your computer and use it in GitHub Desktop.
python webdriver manager in robotframework
*** Test Cases ***
Hello World
${path}= Evaluate webdriver_manager.chrome.ChromeDriverManager().install() modules=webdriver_manager.chrome
Log To Console ${path}
Create Webdriver chrome executable_path=${path}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment