Replies: 4 comments 1 reply
-
I'm incompetent in this but I'm interested in this updated feature. |
Beta Was this translation helpful? Give feedback.
-
Agree 100%. As you know, I now (switched recently) use Edge as my main (manual) browser. I therefore agree to limit and concentrate our (limited) efforts on Chrome. |
Beta Was this translation helpful? Give feedback.
-
Can you provide a non-proprietary example where the SetDownloadPrefs is not working for Edge? Or is it failing only on some proprietary application? I tested it on all three browsers and did not encounter a problem (see test_file_download in the test_FileUpDownload module). I have also tested the SetDownloadPrefs on other websites for all three browsers and not had a problem. I'm doing the same - mostly using Chrome for my automation apps, and Edge for my manual browsing. I still want this code to support all three browsers mostly equally - but not to the extent that we are performing all kinds of acrobatics to accommodate browser bugs or browser-specific functionality limitations. So far keeping to that goal has not been a big effort. As you may have noticed, there are currently a few (mostly minor) Selenium functionality limitations for Firefox - the code returns a warning to users if they try to access those. |
Beta Was this translation helpful? Give feedback.
-
SetDownloadPrefs discussion continued here: #34 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was developing functionality to save/read webpage source to/from file, when I encountered a couple of issues:
In particular, the Firefox browser json-viewer will break if input json file is saved in UTF-16 (assumes its UTF-8).
EDITED: I decided against writing code to support UTF-8 formated text files, and instead changed all of the fso.CreateTextfile calls to save to Unicode (UTF-16). I have reported the Firefox browser bug here.
Beta Was this translation helpful? Give feedback.
All reactions