Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can use the following code to pop up a selenium firefox windows and display the web page, but when I click button to show the file selection dialog, the dialog doesn't display (the file selection dialog is displayed from python side, which works properly when using pywebview).
From firefox debug console:
The selenium code that starts a firfox window and connect to pywebview's internal http server:
The python code that starts pywebview:
The js+python code that pops up the file selection dialog:
Beta Was this translation helpful? Give feedback.
All reactions