You can fill in the whole form with one action if you
use <TAB> in "Text to type" input field. It acts as you
actually pressed TAB button on keyboard. You can even
use <RETURN> at the end of form filling to submit form
data - it acts as if you pressed ENTER button on keyboard
to submit the whole form data.
Element is in viewport
-
@kyle17834 said in Element is in viewport:
Is there any way to verify if element if in viewport, I'm willing to a take a javascript solution to this
Thanks in advance
Why in the viewport?
-
@HELP_ME said in Element is in viewport:

This doesn't work on my end. If I scroll to the bottom of the page it says that element is visible on the screen, which is not since I'm at the bottom of the page and the element is at the top of the page..