-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[py] implement file downloads #13023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## trunk #13023 +/- ##
==========================================
+ Coverage 56.49% 56.54% +0.04%
==========================================
Files 86 86
Lines 5255 5281 +26
Branches 187 192 +5
==========================================
+ Hits 2969 2986 +17
- Misses 2099 2103 +4
- Partials 187 192 +5
☔ View full report in Codecov by Sentry. |
44532ab
to
5b68c94
Compare
cb4269d
to
4777844
Compare
@AutomatedTester / @symonk I tried to add testing in the remote directory, but for some reason it wasn't recognizing the driver argument from the bazel file. /shrug |
4ea7207
to
4b1b35c
Compare
bazel isn't setting a driver for remote-test when running tests in remote directory
4b1b35c
to
1aea076
Compare
Status
The tests work when I run it locally against a grid I've started; I can't seem to get the remote tests to work with bazel locally, so it's in draft until I see if they pass on the CI. I can't figure out how to get the
test/selenium/webdriver/remote/**/*.py
tests to pass in the--driver
. What's there "should" work. So I skipping them. But they work against 4.14.1 grid.Description
get_downloadable_files()
,download_file()
anddelete_downloadable_files()
options.enable_downloads = True
moz:firefoxOptions
because of [grid] fix bug in downloading files by ensuring browser vendor option… #13024Motivation and Context
Implements #11657