We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps something like:
SEWebDriverWait *wait = [[SEWebDriverWait alloc] initWithDriver:driver timeOutInSeconds:10]; SEExpectedConditions *condition = [SEExpectedConditions presenceOfElementLocatedBy:[SEBy id:@"myDynamicElement"]]; SEWebElement *e = [wait until:condition];
The text was updated successfully, but these errors were encountered:
sounds good to me, be great if someone opened a PR
Sorry, something went wrong.
I'll look into it when I find some free time - just wanted to put the idea out there. :)
No branches or pull requests
Perhaps something like:
The text was updated successfully, but these errors were encountered: