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

Interacting with the website using playwright #37

Open
daonsh opened this issue Aug 14, 2024 · 1 comment
Open

Interacting with the website using playwright #37

daonsh opened this issue Aug 14, 2024 · 1 comment

Comments

@daonsh
Copy link

daonsh commented Aug 14, 2024

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:

  1. Open website, click on search form, fill a text, click on search button, scrape the resulting list that is loaded on new page.
  2. 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.

@mishushakov
Copy link
Owner

PRs are welcome 😉

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