shellnium
shellnium copied to clipboard
:dizzy: Selenium Webdriver for Bash (or Zsh).
I have been trying to set_cookies but i can't any reference for the same in the docs. I have been trying with """ cookies_value='{"domain":"tester.com", "session":"zxvvdedadadda124"} set_cookies $cookies_value """ Is this...
core.sh > send_keys() { > local elementId=$1 > local value=$2 > $POST -d "{\"value\": [\"${value}\"]}" ${BASE_URL}/element/${elementId}/value >/dev/null > } I am unable to send special characters like @ with send_keys:...
Hi, I was thinking we could add support for more browsers. I have tested with Firefox with the following code: ```bash curl -s -X POST -H "Content-Type: application/json" -d '{...
Hello Devs, I have been playing with this awesome selenium wrapper but when I try to take screenshots of current page, then it gives a warning/error text on terminal stating...
Using Shellnium 1.5, Ubuntu 20.04.6 When Chromedriver updated to version 128.0.6613.84, attempting to source selenium.sh causes the system to exit instead of to connect with the chrome web browser. When...