In fact, I’am working in webdriver, I want to make it to wait ajax finished. following is the code I got from searched websites: we could see that the key code is “jQuery.active”, this may got the running ajax request count, but it now works for me, and my websites did not use jQuery but other js library. is there
Tag: webdriver
Scrolling to top of the page in Python using Selenium
I’m having issues with scrolling to the top of the web page when using Python and Selenium. When the page loads for some reason you are taken to the bottom of the page (this is due to be fixed). However, when I’m trying to scroll to the top it does not work. I tried the following: And I have also