You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since playwright is a powerful library and can interact with any element in the page, is it possible to use this library to perform tasks such as:
Open website, click on search form, fill a text, click on search button, scrape the resulting list that is loaded on new page.
Find a button that does X and click on it?
The idea is to scrape job posts from a website, so for that I need to ask which button will lead to the jobs/careers page, click on it, open new page, filter jobs to a specific country, click on search button, scrape resulting list.
The text was updated successfully, but these errors were encountered:
Since playwright is a powerful library and can interact with any element in the page, is it possible to use this library to perform tasks such as:
The idea is to scrape job posts from a website, so for that I need to ask which button will lead to the jobs/careers page, click on it, open new page, filter jobs to a specific country, click on search button, scrape resulting list.
The text was updated successfully, but these errors were encountered: