patrol icon indicating copy to clipboard operation
patrol copied to clipboard

Implement timeout parameter in native methods

Open fylyppo opened this issue 2 years ago • 0 comments

Use case

Native browser permissions should appear in 5 seconds so I want to wait max 5 seconds but then I want to wait more time for page to be loaded

Proposal

Future<void> tap(Selector selector, {Duration? visibleTimeout})

fylyppo avatar Nov 22 '23 07:11 fylyppo