-
-
Notifications
You must be signed in to change notification settings - Fork 176
HtmlButton.click() does not work #728
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
Comments
I'm not sure it's related to the current issue but trying to migrate from 3.9.0 to 3.11.0 broke a click on a pagination for me. Url scrapped: https://www.opera-bordeaux.com/saison Actual behaviour with 3.9.0: everything is working fine and no error log My code is like
Stack trace 1:
Stack trace 2:
|
This issue is still here (I tried the latest snapshot 4.0.0) |
My issue disappears with the 4.0.0 version! Thanks a lot 🎉 |
@fleboulch not really sure why this happens but great to hear. |
I am trying to scrape this website for DATACENTER. I am able to get to the first page and scrape the necessary information. Within the page there is an array of buttons that allow you to paginate to get the next page of information. I can successfully find the button, but then executing the button.click() method does not return a new page of data. It is the same data. Below is the test code that I am using. I did note that when I manually paginate that the URL remains the same (https://www.datacenters.com/locations) and the data changes within the page, so there is something else going on in the page that I am not aware of or don't understand. I have searched through other similar questions and answers for this issue but none I have tried seem to work.
Here is the code that replicates the problem.
The text was updated successfully, but these errors were encountered: