Announcement

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

    error when calling waitForElementCickable

    I want to test if a StatefulButton is clickable. For that I call the function

    driver.waitForElementClickable(ByScLocator.scLocator(locator), 30);



    This function throws the follow error

    Exception in WebDriver.isElementClickable: org.openqa.selenium.WebDriverException: unknown error: isc.AutoTest.isElementClickable is not a function

    #2
    This would occur if you use a version of our WebDriver classes that is from a more recent version than the SmartGWT code you are trying to test.

    You must use the same version.

    Comment


      #3
      Using smartclient 9.0, I don't get this error. Unfortunately nothings happens when I use the mehod driver.waitForElementClickable(locator). The method keeps wating. Does smartclient 9.0 works in combination with selenium 2.53.1 ?

      Comment

      Working...
      X