-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Questing regarding ajax pull #79
Comments
I'm not sure if there is native wait function that would periodically (several times in a second) check if element if present and when it will be present will call some action on it. |
Because I can't even use Thread.Sleep. How about AjaxElementLocator. |
Isn't |
Actually, htmlelements works as expected it was how select option was working. I put full xpath and it worked. Thanks for your help. |
@akrambek could you post the full xpath here in case others find it useful, then can this issue be closed? |
Hi there,
I am trying to create a block for bootsrap select2 element. Here is my code.
The problem I am facing is that once searchTextInput.sendKeys(value) is being called it is taking sometime for result to appear. So how can I add wait after searchTextInput.sendKeys(value). Any example? Thank you in advance.
The text was updated successfully, but these errors were encountered: