Skip to content
New issue

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

Enhancement request: explicit waits and expected conditions #50

Open
linguinee opened this issue Feb 24, 2014 · 2 comments
Open

Enhancement request: explicit waits and expected conditions #50

linguinee opened this issue Feb 24, 2014 · 2 comments

Comments

@linguinee
Copy link

Perhaps something like:

SEWebDriverWait *wait = [[SEWebDriverWait alloc] initWithDriver:driver timeOutInSeconds:10];
SEExpectedConditions *condition = [SEExpectedConditions presenceOfElementLocatedBy:[SEBy id:@"myDynamicElement"]];
SEWebElement *e = [wait until:condition];
@penguinho
Copy link
Contributor

sounds good to me, be great if someone opened a PR

@linguinee
Copy link
Author

I'll look into it when I find some free time - just wanted to put the idea out there. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants