maestro
maestro copied to clipboard
[Feature Request] Add optional parameter in the ScorllUntilVisible
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
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?