You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I am new to Selenium-Grid extras Appium set up. I am getting the following error message when i try to run my test which clearly says the Hub is not able to forward the session because the capabilities are not matching. I am not sure what i am doing wrong?
when i try to setup Appium in Selenium grid Extras,
Will this node run 'Appium' (1-yes/0-no)
Default Value: 0
1
'1' was set as your value
Will this Appium node run 'Android' (1-yes/0-no)
Default Value: 0
1
'1' was set as your value
What version of 'Android' is installed?
Default Value:
6.0.1
'6.0.1' was set as your value
Will this Appium node run 'Chrome' (1-yes/0-no)
Default Value: 0
1
'1' was set as your value
Will this Appium node run 'Chromium' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'Browser' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'IPhone' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'IPad' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'Safari' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
What is the command to start Appium?
Default Value: appium
'appium' was set as your value
once i am done answering the questions my grid console looks like this
here is my code which i am trying to run: My expectation is when i run the test the hub should automatically direct the test to android device and run.
Now when i try to run my test the following error gets displayed
org.openqa.selenium.WebDriverException: Error forwarding the new session cannot find : Capabilities {browserName: chrome, deviceName: my phone, platform: ANDROID, platformName: android, showChromedriverLog: true, version: 6.0.1}
Even for the iOS i have the same forwarding issue.
Am i doing something wrong? Any suggestions or help would be really appreciated.
The text was updated successfully, but these errors were encountered:
Now the issue I have is that videos are not being recorded when I use this configuration, but as you mentioned, I also have the same expectations that if I put my primary selenium grid hubhost that it would redirect to the session to the appium host.
Hi ,
I am new to Selenium-Grid extras Appium set up. I am getting the following error message when i try to run my test which clearly says the Hub is not able to forward the session because the capabilities are not matching. I am not sure what i am doing wrong?
Here is my Android capabilities:
DesiredCapabilities capabilities = DesiredCapabilities.android();
here is my iOS capabilities:
when i try to setup Appium in Selenium grid Extras,
Will this node run 'Appium' (1-yes/0-no)
Default Value: 0
1
'1' was set as your value
Will this Appium node run 'Android' (1-yes/0-no)
Default Value: 0
1
'1' was set as your value
What version of 'Android' is installed?
Default Value:
6.0.1
'6.0.1' was set as your value
Will this Appium node run 'Chrome' (1-yes/0-no)
Default Value: 0
1
'1' was set as your value
Will this Appium node run 'Chromium' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'Browser' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'IPhone' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'IPad' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
Will this Appium node run 'Safari' (1-yes/0-no)
Default Value: 0
0
'0' was set as your value
What is the command to start Appium?
Default Value: appium
'appium' was set as your value
once i am done answering the questions my grid console looks like this
here is my code which i am trying to run: My expectation is when i run the test the hub should automatically direct the test to android device and run.
Now when i try to run my test the following error gets displayed
org.openqa.selenium.WebDriverException: Error forwarding the new session cannot find : Capabilities {browserName: chrome, deviceName: my phone, platform: ANDROID, platformName: android, showChromedriverLog: true, version: 6.0.1}
Even for the iOS i have the same forwarding issue.
Am i doing something wrong? Any suggestions or help would be really appreciated.
The text was updated successfully, but these errors were encountered: