Announcement

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

    SC9 and Selenium Web Driver

    Some colleagues found an odd behaviour with webdriver where the findElements method is unable to locate the warning message dialog button. It normally has the locator “scLocator=//Dialog[ID=\"isc_globalWarn\"]/okButton/”

    When we use the findElement() method however, it locates it just fine - is this intended behaviour?

    #2
    We also are having a problem with the "Today" button in the date picker - same issue, we have existing testcases that use findElements instead of findElement and it cannot locate

    Do you also by any chance have a javadoc for these methods? I couldn't find it in the lib

    Comment


      #3
      There's is an issue with findElements() - please stick to findElement() instead for now.

      The JavaDoc for the Webdriver APIs is with the server JavaDoc - package com.isomorphic.webdriver.

      Comment

      Working...
      X