I run my selenium tests across different web browsers like google chrome, firefox ie etc. These tests are being conducted in windows and Mac machines. We have a requirement to run those tests on mobile browsers. I was able to run in the mobile simulator safari browser successfully.
Now, I am wondering if it is possible to run those Selenium tests in other browsers like opera mini but I was not able to download opera mini browser in my simulator.
Can anyone suggest me if it is possible to download browsers in simulators? I am using XCODE to build the simulator.