How to launch the default browser by a click of a button? #3321
-
QuestionIs it possible to launch the default web browser with an URL from the click of a button? A typical use case could be: Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
May 21, 2024
Replies: 1 comment 1 reply
-
Use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wschume
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
url
property of the Buttons.Or call
page.launch_url()
inon_click
.