@ericarias said in Getting consistent results with element seletors:
What is the best method to use to make sure that the elements are always found.
Just avoid using automatically generated selectors by BAS.
@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..