Created
October 19, 2023 02:38
-
-
Save adiralashiva8/b605d550979dcf8ef874e50dccdee181 to your computer and use it in GitHub Desktop.
python webdriver manager in robotframework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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