Scroll down until see button

Hello, is it possible to create an action which in a web page would scroll down until a specific button ('submit') is visible (although not visible initially before scrolling) ?
I tried to simply scroll down a certain distance but it does not work : the button may appear after scrolling a bit, other times a lot.
thank you

If you can identify the button with JavaScript (eg the XPath to it, or via its ID), then you can scroll it in to vide with JavaScript.

Otherwise you could scroll down until the image of the button is visible on the screen.

1 Like

i will give it a try. thank you Peter

sorry, me again.

what would be the subsequent until the image of the button is visible on the screen action ?

just to put me on the right track

thank you

Use the Found Image condition.

  • While not Found Image
    • Scroll
1 Like