Announcement

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

    Selenium - Set maximum wait time for waitForElementClickable() ?

    Hello,

    Is there a way to specify the wait time when we call waitForElementClickable() ?

    In most cases, the default wait time seems OK for us.

    But, in other cases, we'd like to specify the wait time for waitForElementClickable().

    Is this possible ?

    If so, how can we reset the default value when we want the default behaviour back ?

    Thanks !

    #2
    Are you referring to Selenium v1/RC, or WebDriver? If Selenium RC, are you using our TestRunner Java tool to run Selenium HTML scripts, or are you referring to behavior in Selenium IDE?

    Comment


      #3
      I'm using WebDriver.

      Comment


        #4
        Right now this is not configurable, as our custom WebDriver APIs are designed around pass/fail tests that simulate user interaction.

        We've added a task to add a way to configure the wait period, but we're not sure when it will be reached (lots of higher priority tasks are in front of it).

        Comment

        Working...
        X