如何在Python中使用Selenium向下滚动子窗口/弹出窗口

时间:2020-10-09 13:13:57

标签: python selenium-webdriver scroll instagram childwindow

我正在使用Python语言和Selenium开发Instagram Bot。

我在向下滚动弹出窗口时遇到问题。 使用基本的Javascript代码进行滚动, 即

driver.execute_script(“ window.scrollBy(0,500)”,“”)

它只能滚动主窗口,不能滚动子窗口(需要滚动)

我已附上我想要的详细图片。

enter image description here

0 个答案:

没有答案