Which version of (Mac) Safari Webkit is WebKitGTK 2.30 based on?
Looking at webkit-2.3.1/WebKitLibraries/ChangeLog, the newest entry is from 2013-10-21, which correlates to Safari 7's release date,
That's WebKit 537.71.
Related
I need to know which version of chrome browser is applicable for record scenarios in JMeter version 4.0. My current chrome version is 65.0.3325.181 and I can't record scenarios in JMeter. Please suggest me, whether I can downgrade or upgrade my chrome to achieve this task.
Thanks in advance
It depends on your Chrome Driver version , download latest
2.37 version which supporrs Chrome version 66
Supports Chrome v64-66
I have created an Opera extension, but have a question about the "manifest.json" file.
Specifically, I'm not sure what version I should put in "minimum_opera_version".
According to the documentation (which all points to the chrome developer API), based on the API calls I make the minimum version is Chrome 26.
However what version of Opera is that? How can I figure out what minimum version of Opera the extension requires?
Opera stable is now at version 49. First ChrOpera was ver 15. It's mainly those on XP that might need to resort to a much older build than current. You don't need to state minimum_version at all in the manifest.
The minimum_opera_version usually depends on the APIs you use in your addon. For example if you use Alarm API in your add-on then check from which version of Opera does the support for Alarms API exists and configure accordingly.
-> https://dev.opera.com/extensions/apis/
Subject says it all. What are the oldest browser versions that can run Flash 11.7?
These are the versions I need to support for historical reasons, even though I am running HTML5.
All I can add is that most browsers that support NPAPI or ActiveX will run Flash Player 11.7, if that's the browser-installed Flash Player plugin version.
(1) You can check NPAPI support at the Wikipedia entry :
Chrome : supported up to version 41 (PC/Mac) | version 34 (Linux)
Firefox : supported until March 2017.
IE : should work up to IE 11 (if not higher, but I've not tested). note: uses ActiveX for plugins.
(2) Flash Player was widely released by June 2013.
Hopefully, installing a browser version from around that date should help you run the content.
I was testing compatibility of various browsers on various platforms with my GWT application.
In Opera 12.16 for Linux x86-64 there is no GWT application displayed once the page has finished loading. I cannot see any errors in Console or Errors sections of developer tools.
I tested if this is also case in other GWT pages and I tried
http://samples.gwtproject.org/samples/Showcase/Showcase.html
and
http://samples.gwtproject.org/samples/Mail/Mail.html
with the same result.
This problem is however not in Windows 7 64 bit (Operat version 22).
Does anyone else have these problems? Is there a way to solve it?
In 2.6.0, GWT disabled the opera permutation since Opera decided to adopt webkit in new versions of the browser (Opera-13). So if you run a modern version of opera it picks up safari permutation, otherwise you have to enable opera permutation by yourself.
In the other hand, Opera announced to stop linux development in Dec-2013, so your version seems to be running the old engine
So your problem is that your opera version is not running webkit, enable opera permutation in your module.gwt.xml file:
<extend-property name="user.agent" values="ie8,ie9,opera" />
So, now I am looking for a list of all the browsers and their versions which are supported by Selenium 2.0
I searched http://docs.seleniumhq.org/about/platforms.jsp also but it seems the document is not updated, as I cannot see FF later versions like 13 and 14 listed over there.
So far, I have just worked on FF 13, 14 and IE 8
Could someone suggest me any link or a list here the browsers with their versions?
Many thanks for any help!
Regards,
The officially supported browser versions are as follows:
IE: Versions 6-10 supported. Version 11 should work fine, but is untested. IE6 support is to be discontinued on 15 April 2014.
Firefox: Versions supported using native events are the current version, immediately previous version, current extended support release (ESR) version and immediately previous ESR release, as determined from the date of release of the Selenium components. The last public Selenium release at the time of this writing was on 27 August 2013, and at the time, that means the supported Firefox versions were 23 (current), 22 (previous), 17 (current ESR), and 10 (previous ESR). This is complicated by the fact that this version support is only applies to so-called "native events"; if you don't use native events, a much wider range of Firefox versions is supported.
Chrome: Version support is determined by the chromedriver exectuable used, and is available at the chromedriver download site, but is usually stated as the current and previous stable channel releases, the current beta channel release, and the current dev channel release, as determined by the date of release of the chromedriver executable.
Opera: The OperaDriver supports Opera 12.x. It is theoretically possible to use the chromedriver executable for Opera 15+, but Opera Software has yet to make the necessary changes in Opera to allow this.
which browsers are supported by Selenium 2.0.
Mind you, that Selenium 2 relies on on the drivers for each browser. What you should turn to, is the versions of IEDriver, ChromeDriver, FirefoxDriver, etc.
Each WebDriver supports a range of versions of the browser.
For example, chromedriver 2.2 works on Chrome v27-29 I believe. As far as a list goes, I think you'll have to dig. There aren't any sources i've found yet.
The Firefox driver is native to the main jar as a firefox extension so that's not as obvious but IE and ChromeDriver supported versions can be found on the driver download page. You can see on the page below that the latest chrome driver supports version 28-31. One thing you'll probably notice is that every time a new FF version comes out, typically less than a month later a new selenium jar will come out.
https://code.google.com/p/chromedriver/downloads/list
ChromeDriver server for win32 (v2.3.220795) supports Chrome v28-31