我可以用这行代码解决
根据文档说明,在FLET数据表中,show_edit_icon这将使您只能看到单元格的图标。尽管如此,您必须创建一...
def save_screenshot(): original_size = driver.get_window_size() required_width = driver.execute_script('return document.body.parentNode.scrollWidth') required_height = driver.execute_script('return document.body.parentNode.scrollHeight') driver.set_window_size(required_width, required_height) drive...
but there are no pages in the bottom, thus I cannot loop pages, the scroll down button add new items, what should be the approach to get all the 400 hundreds items, thank you in advance here is my code : import time import... ...