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

feat: wait for an element in an iframe. #174

Merged
merged 4 commits into from
Feb 25, 2019
Merged

Conversation

shendriksen
Copy link
Contributor

No description provided.

@shendriksen shendriksen added the DO NOT MERGE In progress work label Feb 22, 2019
@shendriksen shendriksen removed the DO NOT MERGE In progress work label Feb 25, 2019
await this.switchToIFrame(frame, timeout);
await this.waitToLocateElement(element, timeout);
} catch (error) {
console.log(''); // eslint-disable-line no-console // space for progress bar
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is taken from the waitForElement function. To help with an issue with the updating progress bar.

@shendriksen shendriksen merged commit 5be2c28 into master Feb 25, 2019
@shendriksen shendriksen deleted the feat/iframe-waiting branch February 25, 2019 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants