You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with this library and I am facing some difficulties in handling the file picker functionality. I would like to know the proper way to handle the file picker using this library. Could someone please provide guidance or code examples on how to achieve this? Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
This is a difficult one. As far as I know, you can't automate this with webdriver/selenium or with the browser automation tools. The file picker is usually an OS-level window so it's kind of "outside" the browser. I've heard that you can use tools like autoit on Windows, but outside of that I don't really have any suggestions (and I've never used autoit).
I was not aware of this. Puppeteer (and others) tend to just wrap Chrome DevTools Protocol, which thirtyfour can also access (there are some CDP functions exposed already).
I don't know how it's done in puppeteer but I'd be interested in finding out. If it's using CDP then it may be possible in thirtyfour too, with some work.
I am currently working with this library and I am facing some difficulties in handling the file picker functionality. I would like to know the proper way to handle the file picker using this library. Could someone please provide guidance or code examples on how to achieve this? Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: