How can you set the path to the iOS driver executable in your Selenium WebDriver script using iOSDriver?
Using the setExecutable method
Using the setProperty method
Using the setPath method
Using the setDriverExecutable method
Submit