Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 869 Bytes

openlink.md

File metadata and controls

33 lines (22 loc) · 869 Bytes

openLink

To open a link on a device (i.e. a deep link):

- openLink: https://example.com

Auto verification of your Android Apps

If your app shows a disambiguation dialog along with other apps that can open the web link:

You can auto-verify the web link to be opened by your app with autoVerify attribute:

- openLink: 
    link: https://example.com
    autoVerify: true

Beyond Android version 12, web links are by default opened in the web browser. It is possible for maestro to also auto-accept agreements of Google chrome if shown with the same autoVerify flag.

Opening web links in the browser for Android

It is possible with maestro to force open web links with the web browser:

- openLink: 
    link: https://example.com
    browser: true