I'd like to use the scrollbar on the popups from the below page. If you click any product on the page it will open a popup where you can add extra items. I'm trying to use Keys.send_keys(Keys.ARROW_DOWN)
to scroll down the popup but I can't find the scrollbar element in Chrome. I've tried moving to elements using other methods without success so would like to try with the arrow keys.
https://www.just-eat.co.uk/restaurants-mcdonalds-victorialondon/menu
I managed to use the arrow keys on the popups in FireFox but can't replicate in Chrome.
from Using arrow keys on Chrome Selenium popup Python
No comments:
Post a Comment