I am trying to run some test on an iphone emulator, I have an iWebdriver iphone emulator running on an ip address.
Is this possible, since all google results are about updating the user agent to make it as if using an iphone, but I really want to use the actual iphone emulator from selenium.
Config:
Capybara.default_driver = Selenium::WebDriver.for :remote, :url => "http://192.168.1.12:3001/wd/hub", :desired_capabilities => :iphone
Error:
Failure/Error: visit 'http://localhost:8090' Capybara::DriverNotFoundError: no driver called Selenium::WebDriver was found, available drivers: :rack_test, :selenium, :webkit, :webkit_debug
source share