Created
February 15, 2021 13:05
-
-
Save byrnedo/45012ca4e1ba2b5414df96aaaeabbf15 to your computer and use it in GitHub Desktop.
selenium standalone tricks
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
#!/bin/bash | |
# start a new session | |
curl --data '{"desiredCapabilities":{"browserName": "chrome"}}' --silent http://localhost:4444/wd/hub/session | jq -r .sessionId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment