execute-script Questions

16

Solved

I want to scrape all the data of a page implemented by a infinite scroll. The following python code works. for i in range(100): driver.execute_script("window.scrollTo(0, document.body.scrollHeigh...
Dias asked 25/10, 2014 at 20:14

2

Solved

I am using Selenium to save a webpage. The content of webpage will change once certain checkbox(s) are clicked. What I want is to click a checkbox then save the page content. (The checkboxes are co...
1

© 2022 - 2024 — McMap. All rights reserved.