Programmatically click button #513
Unanswered
SergeyYakubov
asked this question in
Q&A
Replies: 1 comment 2 replies
-
They are several ways to do that... But based on what you are describing, only the first one will work due to security limitation in web. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, that might be very simple, but I cannot find an answer myself.
How can I trigger a button click programmatically in Trame? E.g., a user clicks one button, and in the on_click function, I trigger the clicking of another button.
More specifically, I want a user to click a button, then I execute some function to find and construct a URL, set a href for a second (hidden) button, and click it. The result should be a new window with the specified url opened in the browser.
Beta Was this translation helpful? Give feedback.
All reactions