maestro icon indicating copy to clipboard operation
maestro copied to clipboard

[Feature Request] Add optional parameter in the ScorllUntilVisible

Open gopalawasthi123 opened this issue 1 year ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. ScrollUntilVisible should have optional parameter

Describe the solution you'd like While finding some element in the Page if not found during scrolling we should move to next test case rather than failing as some times we have multiple cases on same page. I will be helpful if we get this

gopalawasthi123 avatar Jan 03 '24 05:01 gopalawasthi123

It sounds like you should have two test different test cases here, and the first one should fail if it does not find the element you are looking for. And then the second test case should start from the initial screen. Tests should be isolated as much as possible. Or I am misunderstanding something?

camoles avatar Jan 16 '24 11:01 camoles