AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.86k stars 1.12k forks source link

Scroll Element Not Working #1523

Closed zerominh closed 7 months ago

zerominh commented 8 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

Go to url of twitter (X) post Delay 5000 Scroll down Delay 5000 Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Kholid060 commented 8 months ago

It does not work because the tweet is still loading when executing the Scroll Element block. So, use the Element Exists block instead of the Delay block before the Scroll Element block.

X.automa (1).json

zerominh commented 8 months ago

It still scroll only 1 time although I repeat 10 times image

https://github.com/AutomaApp/automa/assets/30307402/b2c2b837-a7a4-4668-b790-2d9542105acb

Kholid060 commented 8 months ago

It's because you do not enable the "Increment vertical scroll" option. When it's not enabled, it only scrolls into the coordinate you specified.