Alok Kumar

Results 16 comments of Alok Kumar

I have set up three iOS nodes and I'm running five test cases. To automate this process, I've created a shell script containing grid and node commands, which I'm executing...

Because with the help of my script I am able to launch the simulator, launch the grid, and register the node. However, when I am creating the driver for the...

``` #!/usr/bin/env bash appium_path=$(which appium) echo "Appium path set to : $appium_path" #appium_path1=$(whereis appium | cut -f2 -d ":" ) platformName=$1 echo "Platform for execution is : $platformName" HUB_IP="127.0.0.1" CLIENT_IP="127.0.0.1"...

@joerg1985 Even though I am specifying the hub URL as `--hub http://:4444`, the test cases are still failing on the first device. Additionally, I am encountering the same exception: `org.openqa.selenium.SessionNotCreatedException:...

@joerg1985 [file.txt](https://github.com/SeleniumHQ/selenium/files/15266516/file.txt)

Everything is okay. Each configuration has a different port number, UDID, and version. There are no issues with the configurations, still it's not working

@joerg1985, I encountered a similar issue despite enforcing HTTP/1.1 in the protocol version. While all test cases are executing flawlessly on Android, I am experiencing this problem with iOS.

One more thing I want to mention: I get org.asynchttpclient.exception.RemotelyClosedException: Remotely closed when I use the selenium-grid-server version that did not have the protocol-version enforced in the node configuration. I...