selenium-4.8.0
版本发布时间: 2023-01-23 20:56:29
SeleniumHQ/selenium最新发布版本:nightly(2024-09-15 08:16:32)
Changelog
For each component's detailed changelog, please check:
Commits in this release
Click to see all the commits included in this release
-
0818e99e32
- Fix Ruby API documentation generator :: Alex Rodionov -
b269466d65
- Grab Ruby documentation path before switching Git branches :: Alex Rodionov -
b1f639b643
- [ci] Removing unneeded {} :: Diego Molina -
c02a748683
- [py] setup-python does not yet have python builds available for Ubuntu 22 :: titusfortner -
6b67c0c12a
- Update Rust ruleset to 0.14.0 to support Windows ARM :: Alex Rodionov -
55dad423ba
- Add instructions on how to run/debug specs in RubyMine (#11339) :: Alex Rodionov -
935226b1c4
- [rb] Selenium Manager wrapper is adding exe twice :: titusfortner -
9d4ec50633
- [py] use the browser name that selenium-manager binary expects :: titusfortner -
9c771a1e2f
- [rb] update changelog and bump version to 4.7.1 :: titusfortner -
01a47b4b4a
- [py] update changelog and bump version to 4.7.1 :: titusfortner -
d03ad02531
- [py] put the fix in the wrong place :: titusfortner -
5bc0c2c559
- [py] update changelog and bump version to 4.7.2 :: titusfortner -
2502e9624b
- [py] fix linter failure :: titusfortner -
ac94275296
- [py] need to log both stdout and stderr from selenium manager :: titusfortner -
d848fb8d14
- [py] update ci to use the right os and skip unnecessary python installs :: titusfortner -
630fc470ae
- [py] fix linter again :: titusfortner -
c5943bde4c
- [java] Add close method to JDK 11 client. Ensure close methods for Http client is called. (#11345) :: Puja Jagani -
397ececc61
- Don’t specify content length when pulling images (#11343) :: Krishnan Mahadevan -
038141b2cf
- [dotnet] Extend invalid selenium manager process exit codes (#11361) :: Nikolay Borisenko -
77f0cfae98
- [rb] start logger in tests before starting first driver :: titusfortner -
21d115eee6
- [java] Allow arguments to be passed in Node flag "driver-configuration" (#11367) :: Puja Jagani -
4af3726cd9
- [grid] ensure all states of StartOrDie are handled (#11297) :: joerg1985 -
a6313cff6b
- Bump decode-uri-component from 0.2.0 to 0.2.2 (#11349) :: dependabot[bot] -
3832787933
- [java][bidi] Add BrowsingContext module commands :: Puja Jagani -
b529abaf62
- [java] Disable BiDi tests that subscribe to multiple browsing contexts. :: Puja Jagani -
7a469e02e1
- [java][bidi] Close BiDi connection on webdriver quit command :: Puja Jagani -
dd080a1e4e
- [grid] Updating Grid UI deps :: Diego Molina -
104b7b9777
- [Build] Update rules_pkg to 0.8. Also add tree inclusion patch :: AutomatedTester -
aa8d6cf768
- [rust] Support for beta/dev/canary browser version detection with Selenium Manager (#11239) (#11334) :: Boni García -
d8b45c8c66
- [py] Change formatted strings to f-strings (#11087) :: Kian Eliasi -
c6795baf1a
- [java] Update changelog and bump version to 4.7.1 :: Diego Molina -
7b212ee4be
- [java] Removing deprecated ACCEPT_SSL_CERTS cap :: Diego Molina -
63a79bd870
- [java] Removing deprecated ENABLE_PROFILING_CAPABILITY cap :: Diego Molina -
9e240b008c
- [java] Removing deprecated HAS_NATIVE_EVENTS cap :: Diego Molina -
5fbddf6718
- [java] Removing deprecated HAS_TOUCHSCREEN cap :: Diego Molina -
c583458827
- [java] Removing deprecated LOGGING_PREFS cap :: Diego Molina -
03945631e4
- [java] Removing deprecated OVERLAPPING_CHECK_DISABLED cap :: Diego Molina -
d9e5d28f33
- [java] Removing deprecated SUPPORTS_ALERTS and SUPPORTS_SQL_DATABASE caps :: Diego Molina -
1ee7e1f8d2
- [java] Removing a few bits more of the magic that moves JWP to W3C. :: Diego Molina -
639942948c
- [JS] bump rules_nodejs to 5.7.3 :: Sriharsha -
65e3eb6536
- [rust] Allow Selenium Manager to be used as a Rust lib crate (#11132) (#11371) :: Boni García -
7804921420
- [Build][Rust] Update lock files :: AutomatedTester -
b6e3df661b
- [java] remove inaccessible protected code :: titusfortner -
ae57cedf49
- [py]: updatemypy
version for tox recipe :: symonk -
3152c96eb0
- [py]: type hints for missing dunder__init__
:: symonk -
084c3b16bb
- [py]:PEP257
compliant consistent docstrings throughout. Include in linting recipe :: symonk -
68d77a50cd
- [py]: Fix mistaken quote inEventFiringWebElement
docstrings :: symonk -
7df361176b
- [py]: Adding python3.10
to wheel classifiers :: symonk -
13ed8cee5a
- [py]: bumpblack
to22.12.0
:: symonk -
e90ad6d364
- [py]: Fix types in edge & firefox options :: symonk -
966b8041fd
- [py]: type improvements and makeVirtualAuthenticator
more pythonic and simplified. :: symonk -
3bc33858da
- [py] Re-add deleted docstring fromProtocol
enum :: symonk -
4abc122503
- [py]: Tweak unit tests for VA, allow values to be passed when instantiating aVirtualAuthenticator
instance :: symonk -
3345f53736
- [py]: add missing assert for test_bespoke_options_for_virtual_authenticator :: symonk -
29fc508dfe
- [py]: Fix linting issues :: symonk -
7627ee83d3
- [java] remove deprecated Firefox capabilities and consolidate tests (#11403) :: Titus Fortner -
6cbfbf6174
- [java] fix chromedriver log level logic :: titusfortner -
fc3f6cc146
- [java] allow setting chromedriver log level from system properties :: titusfortner -
58ce7e54a0
- [java] fix msedgedriver log level logic :: titusfortner -
e54fedb529
- [java] add support for appendLog to msedgedriver service :: titusfortner -
3e146d05f2
- [java] update names and references or chromium driver service classes :: titusfortner -
18beadee58
- [java] allow ignoring chromedriver build checks using service builders :: titusfortner -
7ef0fe24a2
- [java] allow changing chromium driver log timestamp formatting :: titusfortner -
2af020fd12
- [java] Fix bug where failing Selenium Manager method results in wrong error :: titusfortner -
e135eeca68
- [java] tidy up minor differences between the service classes :: titusfortner -
4fc37dc20d
- [rb] Remote rake from development dependencies :: Alex Rodionov -
dc8bba9e40
- [rb] Add Gemfile.lock to the source tree :: Alex Rodionov -
f7cf7c78e8
- [rust] Selenium-Manager fails when a browser detection fails with browser version (#11382) (#11399) :: Boni García -
5450d7caee
- [java] Avoid closing CDP connection in browser implementation since that logic now sits in RemoteWebDriver :: Puja Jagani -
4a30da61cf
- [java] change chromium service names from whitelisted to allowed (#11409) :: Titus Fortner -
613207c2f7
- [rb] allow updating service state :: titusfortner -
79035ba30f
- [rb] expand automatic toggles in Ruby tests based on environment settings :: titusfortner -
ebe1ec1ffc
- [rb] Looks like I added comments that this was deprecated 4 years ago, but never actually added deprecation warnings to the code :: titusfortner -
ab27daba45
- [rb] nest service unit tests properly :: titusfortner -
8ba426c772
- [rb] remove inaccessible code :: titusfortner -
4b38556512
- [rb] remove invalid methods :: titusfortner -
e239245e46
- [rb] rename instance variable for clarity :: titusfortner -
8e4e20b77a
- [grid] Support file downloads on the node (#11277) :: Krishnan Mahadevan -
4f218e0439
- [py] Add PKG-INFO to sdist (#11379) :: James Hilliard -
49aff8613c
- [Build] bump rules_python to 0.16.1 :: AutomatedTester -
2cb2fe1e79
- [java] Update changelog and bump version to 4.7.2 :: Puja Jagani -
4d4020c3b7
- [java] Bump version :: Puja Jagani -
fce32146d2
- feat/fix spawn format for SeleniumServer, issue 11405 (#11412) :: Potapov Dmitriy -
c7488c6a66
- [JS]: Update changelog and version bump(4.7.1) for patch release :: Sriharsha -
19ffbefaf0
- [rust] Use optional arguments for CLI parsing in Selenium Manager (#11421) :: Boni García -
8467a8c605
- [rust] Support for multiple browser names in Selenium Manager (#11352) (#11420) :: Boni García -
4ce44c6b54
- updatepython_requires
inpypi
metadata for wheel, closes #11387 :: symonk -
8141f82923
- feat/deprecation message for standalone3x (#11422) :: Potapov Dmitriy -
ee136e123e
- [py] Fix sdist tar package_dir (#11416) :: James Hilliard -
29e1cf66c0
- [py] fix sdist publish instructions (#11375) :: James Hilliard -
a379331ad6
- [JS] Update changelog :: Sriharsha -
e8ae58d3a9
- [java][bidi] Add test for using BiDi to navigate and get exceptions :: Puja Jagani -
87b4de808b
- Enable remote Bazel cache through Google Cloud Storage :: Alex Rodionov -
fad29a3125
- Do not set content length to zero (#11417) :: Krishnan Mahadevan -
58122b261a
- [JS] Update rules_nodejs to 5.8.0 :: Sriharsha -
2917a66ce4
- [grid] Accommodate ability to specify sub-paths (#11271) :: Krishnan Mahadevan -
f25c1d998b
- [py]: bumpisort
version. Document 6+ requires py3.8+ :: symonk -
5e06ee81bf
- Fix description of move_to_element_with_offset (#11402) :: Johnson -
431f7757b1
- [java][cdp] Ensure console events return args as it is (#11435) :: Puja Jagani -
4ef51adab3
- [JS] fix chrome tests in ci (missing await exits chromedriver abnormally) :: Sriharsha -
20e6585f80
- Fix typo when detecting builds in trunk :: Alex Rodionov -
a019e92c29
- Fix nightly releases access to Bazel remote cache :: Alex Rodionov -
e8e57714ad
- Make remote cache private until the costs are figured out :: Alex Rodionov -
2443d5a318
- [java][bidi] Rename 'onConsoleLog' to 'onConsoleEntry' :: Puja Jagani -
8d1fcf0506
- [java] [cdp] Remove V105 package to fix the build :: Puja Jagani -
12f0d19266
- [ruby][bidi] Add LogInspector (#11368) :: Tamsil Sajid Amani -
26dd4de923
- [java][bidi] Add filter parameter to LogInspector methods :: Puja Jagani -
476dc6b912
- [java][bidi] Refine filtering logs test :: Puja Jagani -
5e3b2d2efc
- [bazel] Fix the Rust build and bumprules_rust
:: Simon Mavi Stewart -
6f951b2fea
- [java] Decorator should honour implementation checks (#11438) :: Krishnan Mahadevan -
c744c1e4bb
- [java] Fix copy paste error in comment :: Puja Jagani -
83d3d46616
- JDKHttpClient: Handle RQST with no Body [POST/PUT] (#11445) :: Krishnan Mahadevan -
75f7b60944
- [py] Update python dependencies :: AutomatedTester -
8951418f24
- Do not enable remote Bazel cache unless access key is present :: Alex Rodionov -
10a9e52816
- [ruby][BiDi] Browsing context commands (#11446) :: Tamsil Sajid Amani -
3f706707d0
- [JS] Bidi Support (#11395) :: Sri Harsha -
2ac53b831f
- [JS] Add window wrappers getSize and setSize :: Sriharsha -
9a30730882
- [py]: Update docs aroundurl_matches
and use aNone
check. closes #11431 :: symonk -
887da781a3
- Revert "Enable remote Bazel cache through Google Cloud Storage" :: Alex Rodionov -
81a3471f8c
- [JS] Add deprecation tag to chrome headless method #11467 :: Sriharsha -
2e6f3482e9
- [grid] Remove translating locator calls from non-W3C compliant clients to W3C compliant locators :: Diego Molina -
20aa83c43b
- Migrate setup-java action to use Temurin (#11464) :: George Adams -
e9748c5301
- [java] Updating deps :: Diego Molina -
16bfa3ab1f
- Running buildifier :: Diego Molina -
66f092f7e5
- [py]: Fix build with docstring linter :: symonk -
8a60fea1b9
- [py]: setstacklevel=2
on warning calls without it :: symonk -
36e02132b3
- [ruby][bidi] Add test for using BiDi to navigate and get exceptions :: Tamsil Sajid Amani -
0c154f2de0
- [java][cdp] Fix CDP logging test :: Puja Jagani -
2db6080beb
- [java] Add deprecation annotation to Chromium headless metho :: Puja Jagani -
96f6f4afde
- [java] Replace internal usage of headless method with recommended way :: Puja Jagani -
c138787e4b
- [java][cdp] Ensure child session is created under browser session (#11475) :: Puja Jagani -
de9a2294ff
- [js][BiDi] Browsing context commands (#11473) :: Tamsil Sajid Amani -
a8659cef22
- [rb] add Microsoft Edge aliases based on what the driver responds to :: titusfortner -
cd46d559b5
- [rb] support remote sending nil to #send_keys :: titusfortner -
8f9abf5c1b
- [rb] add IE driver extensions :: titusfortner -
aadd087ecf
- [rb] implement chromium classes for chrome and edge to inherit :: titusfortner -
97ea37a574
- [rb] add items to gitignore :: titusfortner -
9776b0bced
- [rb] deprecate old JWP capabilities aliases :: titusfortner -
08ee2d9fcf
- [rb] process url in driver constructors :: titusfortner -
04d5712311
- [rb] allow setting safari technology preview after creating options instance :: titusfortner -
7eebf9f450
- [rb] do not memoize driver path class method :: titusfortner -
8dde70295b
- [rb] use class method instead of constructor for Options :: titusfortner -
d338de3d20
- [rb] be more strict with options and capabilities :: titusfortner -
21fe296d2a
- [rb] default to using Options not Capabilities when not specified :: titusfortner -
4ad672683a
- [js][bidi] Add test for using BiDi to navigate and get exceptions (#11476) :: Tamsil Sajid Amani -
cd9c0feb4e
- [java] Add null check when setting response in JDK 11 HttpClient (#11460) :: Puja Jagani -
e30a7ebcaa
- [java] Ensure options presents in capabilities are merged as expected (#11396) :: Puja Jagani -
a7ce9eb6d7
- [java] Remove permissions test for headless Chrome :: Puja Jagani -
ad3d6bb6d8
- Upgrade Bazel to 6 :: Alex Rodionov -
4071737de4
- [JS] Run tests with @baze/jasmine (#11486) :: Sri Harsha -
19e299efc7
- [java] Refactoring BiDi log related tests :: Puja Jagani -
e0a472bfdb
- [java] Add BiDi RemoteWebDriver test :: Puja Jagani -
9635345c6f
- [rust] Build static Rust binaries for Selenium Manager (#11400) (#11471) :: Boni García -
bdba7c8a10
- [js][bidi] Add methods to listen to js logs and any type of logs :: Puja Jagani -
802c1f2480
- [js][bidi] Rename console log method :: Puja Jagani -
49ae9ae156
- [py]: bump tox linting dependencies :: symonk -
ccf55fec19
- [rb] unit test with latest version of ruby :: titusfortner -
10a06007b7
- [py]: make types correct forRelativeBy
initialiser :: symonk -
0b10e698dd
- Update year in LICENSE and NOTICE docs :: Sriharsha -
590cfbb9c8
- [rb] get tests passing with Ruby 3.2 :: titusfortner -
308bfba40b
- [rb] remove support for deprecated actions class parameters :: titusfortner -
e43a6c296d
- Remove unnecessary executable permission bit from several files (#11502) :: Jon Dufresne -
35906be172
- [js][bidi] Add filtering capability to LogInspector (#11495) :: Puja Jagani -
fa31527dcf
- [bazel] update sha256 for rules_ruby :: titusfortner -
e984b30c58
- [rb] quit driver at the end of bidi tests :: titusfortner -
85d6c25f6a
- [rb] add headless guard to tests :: titusfortner -
b9e14d1ec9
- [rb] nothing uses Location struct any longer :: titusfortner -
251d3b8c80
- [rb] update build instructions in README :: titusfortner -
436db51c33
- [rb] fix linter issues :: titusfortner -
b0ffee04b8
- [rb] add test guard for bidi and edge :: titusfortner -
811a8fe4b2
- [java] Overload methods creating interactions to acceptPoint
(#11477) :: Valery Yatsynovich -
cc727a2916
- [rust] Minor smell fixes in Selenium Manager (#11497) :: Boni García -
bfea7071fb
- [dotnet] add name of what is being executed to large JS executions :: titusfortner -
ce2087f7e3
- [java] add name of what is being executed to large JS executions :: titusfortner -
3e9d64ddb8
- [js] add name of what is being executed to large JS executions :: titusfortner -
b869b998d4
- [py] add name of what is being executed to large JS executions :: titusfortner -
086e9fb153
- [rb] add name of what is being executed to large JS executions :: titusfortner -
0e4fcd2e09
- [rb] update logger with link on how to use it (#11478) :: Titus Fortner -
a9a909facd
- Add CI - .NET badge to README :: Alex Rodionov -
b7fb9f56ce
- [rb] update to latest rubocop :: titusfortner -
5ce55558cb
- [rb] fix rubocop spacing issues :: titusfortner -
bafb63d6a5
- [rb] fix rubocop rspec issues :: titusfortner -
ecd1285c23
- [rb] update syntax for rubocop :: titusfortner -
53922c2ed1
- [rb] update styling for rubocop :: titusfortner -
e6fd95d6de
- [JS] Bump npm package versions to latest :: Sriharsha -
a45f24c3dd
- Bump json5 from 1.0.1 to 1.0.2 (#11511) :: dependabot[bot] -
d5785270c5
- Bump json5 from 1.0.1 to 1.0.2 in /javascript/grid-ui (#11510) :: dependabot[bot] -
f4a1f1bde1
- [rb] guards got nested incorrectly in merge :: titusfortner -
2382951eac
- [java] forgot to add withAllowedListIps() in ChromeDriverService :: titusfortner -
fafcc83292
- [java] fix formatting and match other driver service constructors :: titusfortner -
80819a8efb
- Use p0deje/setup-bazel GitHub Action on CI :: Alex Rodionov -
7e6cd52c34
- Disable SonarQube scanner on Java CI :: Alex Rodionov -
30d0640cf1
- [rb] deprecate #add_option in favor of constructor and attr accessors :: titusfortner -
494c4e3b27
- [rb] deprecate all unrecognized capabilities for Options classes :: titusfortner -
9dc5a1c9f0
- [rb] deprecate using :capabilities in local drivers :: titusfortner -
1e380797f4
- [rb] deprecate browser class methods for Capabilities :: titusfortner -
ee4b910cd3
- [rb] can toggle deprecation notice based on Remote::Driver instead of passing in the class :: titusfortner -
71c9d17893
- Bump tokio from 1.23.0 to 1.23.1 in /rust (#11520) :: dependabot[bot] -
8181483d37
- [rust] update cargo lock :: titusfortner -
7d5fff9567
- [rust] Fallback for chromedriver versions in Selenium Manager (#11383) (#11454) :: Boni García -
aba0d5cd7a
- Use setup-bazel action in Nightly builds :: Alex Rodionov -
1f9e14e0d9
- [rust] Include support for browser path in Selenium Manager (#11351) (#11496) :: Boni García -
54ff230d58
- [rust] Bump Selenium Manager dependencies (#11524) :: Boni García -
3930688252
- [rust] Use LOCALAPPDATA env for Edge version detection in Windows (#11455) :: Boni García -
937cbaa054
- [rust] Reuse common http client in Selenium Manager (#11449) :: Boni García -
b5b25eb3e2
- [rust] Execute Rust tests in CI (#11541) :: Boni García -
29949525e3
- [rb] Splitrb/BUILD
into smaller packages :: Alex Rodionov -
ef9a6b4a1f
- [cdp] add support for Chrome 109 and remove support for Chrome 106 :: titusfortner -
beaaed8d3d
- [java][cdp] add support for Chrome 109 and remove support for Chrome 106 :: titusfortner -
4a240a8e21
- [py][cdp] add support for Chrome 109 and remove support for Chrome 106 :: titusfortner -
1e897ccf5e
- [rb][cdp] add support for Chrome 109 and remove support for Chrome 106 :: titusfortner -
206c391cdf
- [js][cdp] add support for Chrome 109 and remove support for Chrome 106 :: titusfortner -
a8ab83a2bb
- [dotnet][cdp] add support for Chrome 109 and remove support for Chrome 106 :: titusfortner -
7024fb8f41
- Upgrade setup-bazel :: Alex Rodionov -
bb34eb84ac
- [java] Close BiDi session on closing the last top-level browsing context :: Puja Jagani -
344d83f2ca
- Remove unused Travis CI files :: Alex Rodionov -
642f4fb4d3
- Remove unused AppVeyor CI files :: Alex Rodionov -
57527754b3
- Remove unused setup browsers actions :: Alex Rodionov -
36c788c465
- Overhaul CI in GitHub Actions [dotnet][java][js][py][rb][rust] :: Alex Rodionov -
e0bce02630
- [rb] update selenium-devtools in gemfile lock :: titusfortner -
633a2f5bd7
- [dotnet][cdp] keep tests one version behind for CI :: titusfortner -
1e9fd6d6bf
- [rb] Add deprecation annotation for headless (#11527) :: Tamsil Sajid Amani -
1e97b9f768
- Usesecrets.GITHUB_TOKEN
in Nightly workflow :: Alex Rodionov -
7770ad1297
- Allowbazel.yml
to accessGITHUB_TOKEN
:: Alex Rodionov -
a711f7383b
- [java] deprecate setHeadless method on FirefoxOptions :: titusfortner -
edfb8faed4
- [java] update javadoc information about native headless mode in chrome :: titusfortner -
4bf5f80e2b
- [js] update details about native headless mode in chrome :: titusfortner -
99230609ba
- [js] deprecate setHeadless for Firefox Options :: titusfortner -
6c847fb193
- [rb] update headless! deprecations :: titusfortner -
f56bc12a3f
- [py] deprecate headless property for Chromium and Firefox Options :: titusfortner -
c9bb6f40d1
- [java] deprecate setting chrome driver service class logging values in Chrome options :: titusfortner -
b32911463d
- [java] implement chromium driver log level and deprecate chrome driver log level :: titusfortner -
a9ab17a1b6
- [java] implement Edge Driver Service using log level with enum and deprecate using String :: titusfortner -
3bd4b11c1f
- [java] remove non-w3c compliant options from IE Driver :: titusfortner -
ec2fd00474
- [py] fix lint errors :: titusfortner -
d000585cc5
- Update pinned browsers :: titusfortner -
85893f5c27
- [py] linter expects trailing commas :: titusfortner -
796235df07
- [java] fix null issue in deprecated method :: titusfortner -
24d629b546
- [rb] log header information on http response :: titusfortner -
b7a2e6324d
- [rb] fix bug with unnecessary conversion :: titusfortner -
cb99e929b4
- [rust] Create a separate Selenium Manager test for beta browsers (#11546) :: Boni García -
1b5cd674d2
- Bump dessant/lock-threads from 2 to 4 (#11553) :: dependabot[bot] -
b372789943
- Bump actions/stale from 4 to 7 (#11552) :: dependabot[bot] -
74a85d8a5e
- [py]: Fixlinting
failures for docstrings :: symonk -
215c0fdd09
- [java] Close resources in tests (#11557) :: Puja Jagani -
928e5d75a1
- update changelogs for 4.8 :: titusfortner -
3ad153b168
- [java] Updating deps :: Diego Molina -
5cd7795f84
- [java] Downgrading Mockito :: Diego Molina -
15bc527de5
- [grid-ui] Updating deps :: Diego Molina -
4a2c863f4d
- [rust] Support different output types (logger, json, shell) in Selenium Manager (#11365) (#11531) :: Boni García -
e375dd862d
- [rb] Disable permission tests in Chrome 109 :: Alex Rodionov -
634d19acf1
- [rust] Update lockfile :: Alex Rodionov -
267030adea
- Bumping version to 4.8.0 :: Diego Molina
1、 IEDriverServer_Win32_4.8.0.zip 1.04MB
2、 IEDriverServer_Win32_4.8.1.zip 1.04MB
3、 IEDriverServer_x64_4.8.0.zip 1.12MB
4、 IEDriverServer_x64_4.8.1.zip 1.12MB
5、 selenium-dotnet-4.8.0.zip 32.25MB
6、 selenium-dotnet-4.8.1.zip 32.94MB
7、 selenium-dotnet-4.8.2.zip 32.64MB
8、 selenium-dotnet-strongnamed-4.8.0.zip 15.6MB
9、 selenium-dotnet-strongnamed-4.8.1.zip 15.66MB
10、 selenium-dotnet-strongnamed-4.8.2.zip 15.72MB
11、 selenium-java-4.8.0.zip 26.54MB
12、 selenium-java-4.8.1.zip 27.17MB
13、 selenium-java-4.8.2.zip 27.1MB
14、 selenium-java-4.8.3.zip 27.1MB
15、 selenium-server-4.8.0.jar 29.25MB
16、 selenium-server-4.8.0.zip 62.18MB
17、 selenium-server-4.8.1.jar 29.87MB
18、 selenium-server-4.8.1.zip 63.43MB
19、 selenium-server-4.8.2.jar 29.79MB
20、 selenium-server-4.8.2.zip 63.3MB
21、 selenium-server-4.8.3.jar 29.79MB
22、 selenium-server-4.8.3.zip 63.3MB