Skip to content

Tag: selenium

How to scroll down in side menu

I am new to selenium python, how to scroll down to the bottom of the filter in swiggy. When I tried the background page is getting scroll instead of filter. enter image description here Answer First you have to be sure to target the correct element, in this case the side menu, then with javascript you can edi…

Selenium cannot click button because there is a div overlay

I am trying to scrap this webpage https://www.tecnocasa.es/venta/piso/barcelona/barcelona/510567.html, the code i use is the following, and i think is correct: The buttons are found but when i try to click one i have the error <button class=”btn-default”> is not clickable at point (1138,829)…

Selenium test getting interrupted by a popup

I am trying to run some practice test on this webpage that prints the current positions of teams in this table: https://www.premierleague.com/tables but each time i run the script, I keep getting interrupted by a popup that I can’t seem to get Selenium to click. I have tried adding a wait before clickin…

Calendar Data Picker in Selenium

Hi I am trying to figure it out how to pick day from the calendar in Python. I would like to select the date 04/27/2022 under requested loading date. I read some post related to this but I could not figure it out. This is what I did so far but not working. enter image description here Answer You do