Polymer element not working in windows safari browser? - polymer-1.0

I am creating a polymer element, which is not supporting in windows safari browser. It is showing error like this -
How to override this problem.

If you check Polymer's website you'll find that they support Safari 7+. And for windows if i'm correct 5 is the last version for Safari. So, you should not try Safari in windows for Web-components

Related

I want to add react devtools to Safari browser

I want to add react devtools to Safari browser
I didn't find a way to install it
I want to see the react sign on the websites made by react
Thank you
I think what you are looking for is the react-devtools chrome extension?
React-devtools is a standalone package that runs independently.
The chrome extension hooks it up for convenience in chrome.
Safari doesn't have an extension right now (legacy reasons).
If you really need to hook it up, it should not be hard to port it to safari since it's API's are now supposedly as open and similar as chrome's.
Starting with MacOS 13.0 Ventura and Safari 16.1, developers can now build and distribute Extensions for Safari Web Inspector, just like they do with Safari as a whole through the App Store.
It is now hopefully a matter of time before Facebook or someone else builds and distributes React Dev Tools for Safari.
Reference: Adding a web development tool to Safari Web Inspector

selenium 3.0 webdriver for safari 10 on windows

I am using Selenium server 3.53 and using Safari browser version (5.1). When I try to open browser using Selenium on my Windows 10 machine, I got below error message.
("Exception in thread "main" org.openqa.selenium.WebDriverException:
SafariDriver requires Safari 10 running on OSX El Capitan or
greater.")
Can some one help me how to install Safari 10 on my Windows 10 machine or is there any alternate way to tun Safari using Selenium?
Vikrant , Apple's support for Safari on Windows stopped at 5.1 version, that means the latest safari you can install on Windows in Safari 5.1, why are you running your tests on safari which is very old and not supported by Apple?
I think you will to use updated SafariDriver and browser
For your info
To use Apple's SafariDriver, you need to upgrade to El Capitan and Safari 10. To use the long deprecated Legacy SafariDriver, you need to downgrade to Selenium 2.x.
Read this link: https://github.com/SeleniumHQ/selenium/issues/3359

Does selenium webdriver 2.53.0 support safari on Windows?

I'm trying to automate my test suite on Safari 5.1.7 on Windows 8.1. I did install the extension provided in Seleniumhq.org. But I'm getting an error saying
Exception:
Did not receive a connection from the Safari extension. Please verify that it is properly installed and is the proper version..
I'm struggling with this since a very long time but didn't receive any help. Googled a lot but left unsuccessful. If anyone is automating safari on windows please help me.
Followed the steps mentioned here.
According to this post on SO, Is it worth downgrading for Safari? I could run my test suite on IE11, Firefox, Chrome and Opera. Can someone please guide me with this issue.
Thanks.
Using Selenium Webdriver 2.47, we can automate safari on windows platform. Source from here.

Why does the FireFoxDriver not use the System.setProperty command in selenium webdriver?

Why do we need System.setProperty in the selenium webdriver command line for browsers other than FireFox?
what is the logic behind it?
Selenium provides native support to Firefox. As per the document,
Controls the Firefox browser using a Firefox plugin. The Firefox Profile that is used is stripped down from what is installed on the machine to only include the Selenium WebDriver.xpi (plugin).
Whereas, Chrome and IE works differently,
Chrome driver :
WebDriver works with Chrome through the chromedriver binary (found on the chromium project’s download page). You need to have both chromedriver and a version of chrome browser installed. chromedriver needs to be placed somewhere on your system’s path in order for WebDriver to automatically discover it. The Chrome browser itself is discovered by chromedriver in the default installation path.
IE works only with windows,
This driver is controlled by a .dll and is thus only available on Windows OS. Each Selenium release has its core functionality tested against versions 6, 7 and 8 on XP, and 9 on Windows7.
You can refer the document for better understanding Selenium Document

Sencha Touch App on iOS Simulator loads only index.html

I have a problem in loading Sencha Touch on iOS simulator. When I integrated Sencha Touch on Phonegap and run it on simulator it worked charm. And also on the web it works fine, But only when I tried to run Sencha Touch directly on simulator it just loads the index.html page. What could be the reason ?
Apple would never allow to disable web security on mobile safari. So files from my mac couldn't be loaded onto simulator. On mac safari I was prompted to Allow or Deny file access. But this is not possible on simulator

Resources