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

Wait for the appearance of elements #81

Closed
alexanderadam opened this issue May 20, 2020 · 4 comments
Closed

Wait for the appearance of elements #81

alexanderadam opened this issue May 20, 2020 · 4 comments

Comments

@alexanderadam
Copy link
Contributor

Hi folks,

I love ferrum but is there any inbuilt possibility to wait for the appearance of an element?
Or is something like this at least planned?
Or is it easily possible to integrate something like wait-for-element.js?

@route
Copy link
Member

route commented May 20, 2020

@alexanderadam if you are using it for tests you need Cuprite you can also use it for the same purpose as Ferrum with slightly different API and Capybara with synchronize support where it tries to find element during some period of time. As for Ferrum wait_for_selector is going to be implemented in future versions.

@route route closed this as completed May 20, 2020
@alexanderadam
Copy link
Contributor Author

alexanderadam commented May 20, 2020

Thank you for the fast response!

if you are using it for tests […]

I'm not.

wait_for_selector is going to be implemented in future versions

Sounds great! But can we leave the issue open then until it is fixed? This way people can subscribe and follow it's status.

@route
Copy link
Member

route commented May 20, 2020

I've created #82

@alexanderadam
Copy link
Contributor Author

alexanderadam commented May 20, 2020

Ah okay, thank you. It wasn't there when I opened this issue though. 😉
And I'm wondering why you basically closed and recreated the same issue‽

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

No branches or pull requests

2 participants