Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Is Firefox 52ESR supported in selenium v2.53.1?

    Good Day,

    I am using SmartGWT 5.1 and it is bundled with selenium v2.53.1 but I want to use Firefox 52ESR but it doesn't seem to work.

    Garfy

    #2
    This is a limitation of Selenium v2.53.1 - the recommended Firefox version for it is FF45 ESR. Unfortunately, there was no further development of Selenium v2 after that. The successor is Selenium v3, but it was a major change, with most Selenium v1 APIs being removed, meaning that the ability to load our user extensions during Selenese script execution disappeared Selenium v3 also requires JDK8.

    We have switched over to Selenium v3 in SGWT 12.0d, but due to the JDK and other requirements of Selenium 3, backporting possibilities to existing releases are constrained.

    How are you using Selenium in conjunction with SGWT? Are you using the SmartClientWebDriver APIs? SeleneseRunner?

    Comment

    Working...
    X