shellnium icon indicating copy to clipboard operation
shellnium copied to clipboard

:dizzy: Selenium Webdriver for Bash (or Zsh).

Results 4 shellnium issues
Sort by recently updated
recently updated
newest added

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...