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

how to catch <select> and <option> elements? #1

Open
agn-7 opened this issue Mar 21, 2024 · 0 comments
Open

how to catch <select> and <option> elements? #1

agn-7 opened this issue Mar 21, 2024 · 0 comments

Comments

@agn-7
Copy link

agn-7 commented Mar 21, 2024

I have a simple use case (objective): "go to OpenTable website and change the people filter from two to three people."

However, Globot is unable to do that. I went through the OpenTable site, and checked the people element manually and it was in <select> with its <option> elements as one people, two people, three people, . . .

So I expected those elements should exist within either clickable_elements or input_elements but it doesn't. I figured it out that these elements are lost in the preprocessing of making a clean DOM elements as they both exist within the dom.json file but they are not in the variables of crawl() method.

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

1 participant