-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing on real device (iOS - iPad) - SafariLauncher always opens apple.com #22
Comments
This looks like an appium issue. It may be quicker to isolate the issue and just try to run a scenario using appium alone. Can you try running a simple selenium test (say load a page, and print its title) using appium without browser-perf ? |
I see that @scnymc had exactly very similiar issue like me with appium, more on appium/appium#4198 (comment) Especially this fragment and fact that he also wanted run tests on iPad.
I will try today evening run only appium with bypassing browser-perf. |
Hey, appium works perfectly with this simple test. At the beginning SafariLauncher opens apple.com but after few seconds it opens also my defined page in test, in this case: http://github.com.
Output
|
hey guys, i need a small help in here ....My script is given below.Can someone help me out cos I'm facing the same issue where the page stay in "apple.com"....I am not able to open "m.ebay.in" CODE:
@BeforeClass
|
@Techies15 Could this be an issue with appium ? |
@axemclion I have tried this with appium version 1.4.8 |
@Techies15 You mean this works with Appium ? |
How to kill all the opened safari windows before launching safari browser on iPhone devices using appium |
Hey,
I would like to test my web application on iPad - real device not simulator.
I followed instructions on appium.io.
ideviceinstaller
SafariLauncher
is built and successfuly deployed to the deviceSafariLauncher
always opens default homepage (http://apple.com)? It doesn't matter what url I pass to the browser-perf command, it always open apple.com...Before running browser-perf:
ios-webkit-debug-proxy is launched
appium is launched
Safari on the device is opened.
Safari has enabled
Web inspector
and iniOS - Settings - Developer - Enable UI Automation
is turned on.Trying to run browser-perf (config based on ios-safari-appiun.config.json)
I see that safarilauncher opens default starting page in Safari on iPad instead a page provided in command.
Logs of browser-perf
Logs of appium
Additional information
I upgraded to browser-perf 1.1.2 - still have the same issue.
I feel that I am so close to run tests on real device but to be honest I don't know what I could do now.
The text was updated successfully, but these errors were encountered: