--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
I am trying to test a physical IPhone device from Windows 7 machine using c# language but getting below error
"I am getting an error "invalidoperationexception was unhandled" -
"Error forwarding the new session cannot find : Capabilities [{platform=MAC, browserName=iPhone, version=}]"
I am able to ping the ip address of iphone device in my windows machine[Connected with WI-FI network] with no firewall settings.
I have also done the correct port settings in IPhonewebdriver app in Iphone i,e. host name and port correctly.
my code:
driver = new RemoteWebDriver(new Uri("http://<ip of iphone>/wd/hub"), DesiredCapabilities.IPhone());
I have started a hub: java -jar selenium-server-standalone-2.42.2.jar -role hub -port 4444
I have started a node java -jar selenium-server-standalone-2.42.2.jar -role webdriver –browser "browserName=iphone,version=7.0.3,maxinstance=1,platform=MAC" hubHost localhost -port 3001
Yes we need to configure corresponding port for same
> 2. The URL displayed in WebDriver app on iPhone could not be opened in
> my host browser. Is it the correct behaviour? The similar URL for
> Android can be browsed from host.
>
>I think URL should open in your browser successfully
> Will be grateful for the help.
> Thanks,
> Sagar
>