Instagram Webdriver取消关注者

时间:2018-08-07 14:58:15

标签: python selenium-webdriver scroll instagram

你好stackoverflow :)

我在追随者窗口上滚动时遇到问题 我测试了不同的尝试,但我认为选择了错误的元素。

我的目标:使用xpath + get_attribute获取我的所有关注者列表 目前,我只能得到前12个人,因为他们出现在窗口中。 我必须滚动才能使另一个可见。

我想要信息,因为我看到了很多: execute_script技术

find_elements_by_xpath ("/html/body/div[3]/div/div[2]/div/div[2]/ul")
driver.execute_script (window.scrollTo(0, document.body.scrollHeight)")
Or 
TouchActions ? + ActionChains ? ( is it possible to move the mouse into the windows and do something like : 
TouchActions(driver).scroll(0, Y) ?

我不熟悉Selenium + python,但我努力尝试^^ 感谢您的帮助:)

0 个答案:

没有答案