Announcement

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

    Selenium test cases failing

    Hi,

    after change of library from 3.1p.2012-12-17 to 3.1p.2013-01-16 are all our testcases which are using this call
    Code:
    public void [b]contextMenuAt[/b](String locator,
                              String coordString)
    
        [b]Specified by:[/b]
            contextMenuAt in interface com.thoughtworks.selenium.Selenium
    failing. Is this because of your change? If yes, can it be fixed?

    Thank you

    #2
    Did you also update the test browser used by Selenium to Firefox 18 at the same time? There are issues with Firefox 18 due to breakage in how the browser reports sizes, and some cases of this are not yet resolved.

    Comment


      #3
      Hi. No. We didnt update the browser used by Selenium (still using versions of FF below 13). The only thing we changed was just the smartgwt library.

      Comment


        #4
        Noted. We'll do some investigation.

        Regards
        Isomorphic Software

        Comment


          #5
          It appears you're driving Selenium from Java against the SGWT showcase. A quick check reveals there don't seem to be any issues when we try that with the latest 3.1p release and a version of Selenium used internally (v2.25) together with the user extensions from that ZIP.

          You're going to have to provide a complete reproducing sample together with more information about what you're actually running for us to be able to look into this further.

          For example:
          - We don't ship the Selenium JAR with SGWT 3.1p; what version of the Selenium JAR are you using, and what command line arguments are you using to run it? (E.g. java -jar selenium.jar ...)
          - Include some Java code that reproduces the issue, which we should be able to run against the Selenium configuration just mentioned and the SGWT 3.1p ZIP running on port 8080.

          Comment

          Working...
          X