JsTestDriver fails to capture Metro IE10 browser on windows8 machine - microsoft-metro

JsTestDriver fails to capture Metro IE10 browser on windows8 machine. The URL gets launched in the Metro IE10 browser but intermittently fails to capture the browser. Thus, no tests are being run. The desktop browser gets captured but the Metro browser doesn't. Is this is a known issue? Is there a workaround?

Related

Flutter web client at Windows 7, app runs in browser but buttons frozen

I have an issue with the web app client running in the browser on Windows 7. Unfortunately, some clients still use Windows 7. The app runs on the browser, but all buttons are disabled. It is the same issue with Chrome and Firefox which are updated. Do you have any idea how to fix this?
Thanks for any help!

Debugging a website on iPhone Safari

I have a website that loads perfectly on various browsers on Windows Laptop, Android and Fire OS. The same site refuses to load on a Safari on an iPhone.
It is an angular application. While I see the index.html load, the angular does not load. I need to debug to figure out what is happening. I only have a Windows 10 laptop. How can I debug the website running on Safari on an iPhone from my Windows 10 laptop?
If you only have a windows laptop, you will need an online service like browserstack. There is no way around this. Physical Iphones can only be debugged with Safari, running on physical Mac desktops or laptops. Browserstack is a subscription service, but it will be a lot cheaper than buying the hardware. (No affiliation)
Follow below link
Building and debugging websites and web applications for mobile devices can be a hassle. On the desktop we have powerful debugging tools; most browsers have a web inspector of some kind. But we don’t have those tools for devices like the iPhone and iPad … that is, until now!
https://webdesign.tutsplus.com/articles/quick-tip-using-web-inspector-to-debug-mobile-safari--webdesign-8787

MAMP Fails to Open Safari Web Page on Mac

I have installed MAMP V 3.5 today on Macbook Air, OS X El Capital, V 10.11.2 When I launch the application, the Server shows it is connected to Apache, but the web browser (Safari V.9) fails to open the page. the URL reads
http://localhost/MAMP/?language=English
Safari doesn't work for me, even though it's my browser of choice.
Try Chrome, and make sure you type: localhost:8888/
(or whatever port number you choose, if not the default)
Hope that helps.
Tyler

Appium and android stock browser

I have Samsung device with stock browser that called Internet.
The device is over 4.4 version.
I'm trying to remote debug the stock browser on a real device without success.
Already succeeded to remote debug chrome.
Is it possible on a real device and not on emulator?
The problem is just Samsung's stock browser
Hi!, Appium started to work with Android's stock browser (named.. Browser) since v1.3, the actual problem is the Samsung stock browser isn't Browser, it's Internet! These both apps are different (shame on Samsung!, not Appium guys fault). All other Android distributions that stock browser is Browser are working fine with Appium >= v1.3 as I've said before.
Emulator stock browser is Browser, that's why it's working for you on Emulator!
Why Appium doesn't work with Samsung's stock browser?
Appium are built to work with Chromium WebView (present on Chrome and Browser) , and Internet does not have it. So it doesn't work with Appium now, and probably won't work never, as Appium's maintainers does not have any interest to do the automation outside Chromium WebView. See this issue for more information: https://github.com/appium/appium/issues/4509
Ok, but how do I use Appium with Samsung devices?
So, the only solution is installing Chrome into your samsung device.
If you can't access the store to install the Chrome app, you can download and install manually the Chrome APK into your device (or other browser that uses Chromium webview, such as Chromium and ContentShell).
PS: ContentShell is basically only Chromium webview, without favorites, bookmarks and other common browser stuff, so it's pretty good for Appium testing.

cannot use a local proxy on iOS 6 with Opera Mini

I am aware that Opera Mini uses a proxy to process the content, rather than processing the content on the device itself. Sadly, I believe this is causing me an issue when developing my mobile website for this browser.
I have a local proxy configured to point to my dev machine that allows me to access my code residing on my local machine. This is great and works well on Safari and Chrome, however I get a "Page Not Found" error on Opera Mini.
Is there any way to use a local proxy configured in iOS with Opera Mini?
Opera Mini can only access servers that have a public IP. One option is to place your content on a password protected site.
http://dev.opera.com/articles/view/opera-mini-5-developers/#serverbased