使用 iMacros 在 div/popup 上向下滚动?
Scroll Down on a div/popup using iMacros?
我无法在 Instagram 用户的关注者页面上使用 iMacros 向下滚动。下面的代码会向下滚动整个 window,但不会向下滚动代码下方的弹出窗口。
URL GOTO=javascript:window.scrollBy(0,20000)
我认为它与 div 和 class _4gt3b 相关,但我不是专家,需要帮助。
the div i am trying to scroll down
这是页面的 link:
https://www.instagram.com/sfktl/followers/
我已经搜索了很多这个问题,但没有找到任何解决方案。非常感谢您的帮助。
如果 div class 正确,那么 EVENT
命令必须有效:
EVENT TYPE=KEYPRESS SELECTOR="div._4gt3b" KEY=35
我无法在 Instagram 用户的关注者页面上使用 iMacros 向下滚动。下面的代码会向下滚动整个 window,但不会向下滚动代码下方的弹出窗口。
URL GOTO=javascript:window.scrollBy(0,20000)
我认为它与 div 和 class _4gt3b 相关,但我不是专家,需要帮助。
the div i am trying to scroll down
这是页面的 link:
https://www.instagram.com/sfktl/followers/
我已经搜索了很多这个问题,但没有找到任何解决方案。非常感谢您的帮助。
如果 div class 正确,那么 EVENT
命令必须有效:
EVENT TYPE=KEYPRESS SELECTOR="div._4gt3b" KEY=35