patrol
patrol copied to clipboard
Implement timeout parameter in native methods
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})