Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/SeleniumHQ/selenium
A browser automation framework and ecosystem.
https://github.com/SeleniumHQ/selenium
411b883645023d1e1a629a3197d3552253b93f2f authored over 3 years ago by Diego Molina <[email protected]>
6010b2c73c22b0b85b7d747d12a08d72b9ff1b6f authored over 3 years ago by AutomatedTester <[email protected]>
b02553c44ee091a4059074419abc91182d306c32 authored over 3 years ago by AutomatedTester <[email protected]>
aecc5bd8cb6224072f06f6b8559713e079f99cdc authored over 3 years ago by Puja Jagani <[email protected]>
83f4a196087f4c69e6e6604004f5633b08678bde authored over 3 years ago by Simon Stewart <[email protected]>
4bbd2bdfe31a53809623459e7d3156f9c17f9b5c authored over 3 years ago by AutomatedTester <[email protected]>
f07fface66f26495a5a43aae34e96b71e290b5b4 authored over 3 years ago by Simon Stewart <[email protected]>
f746b26224ab75eae576dacc54e29ade5575a6b0 authored over 3 years ago by Sri Harsha <[email protected]>
84395df36bd7eeb1c4b3144c084455176c6603a2 authored over 3 years ago by Simon Stewart <[email protected]>
d990acea7e55d5ec1db385d4f5499c686cf5d8ad authored over 3 years ago by Simon Stewart <[email protected]>
Prior to this change, although all the `*Options` classes implemented
`Capabilities`, they would...
7bf0e705e8fbbb024b2937ac217f4b770170c4c1 authored over 3 years ago by AutomatedTester <[email protected]>
This is part of the investigation into #9468.
e9c738de8a587dc6bc86b55949c57b8574ec68bb authored over 3 years ago by AutomatedTester <[email protected]>Driver service startup uses CompletableFuture that uses the ForkJoinPool's common pool by defaul...
49f706f436b7c97d5ac39596d141d345aef58b79 authored over 3 years ago by Puja Jagani <[email protected]>
This adds a new target //cpp/linux-specific:noblur64 which automatically
compiles a shared libra...
d9f2a0aae070bff622013fb888d302f6690b3830 authored over 3 years ago by Simon Stewart <[email protected]>
a097e1beb428008e3d57d52c55de9853befbfd1b authored over 3 years ago by Simon Stewart <[email protected]>
bf39aefa8bdf09e9950fdcd2b40feb1de2d9d32c authored over 3 years ago by Puja Jagani <[email protected]>
This allows to upgrade JRuby in-place by changing version/gems in
third_party/jruby/update.rb an...
3343a55b05a3ea9f821faaca951d5b27fbf068b3 authored over 3 years ago by Alex Rodionov <[email protected]>
It's leftover from Buck and no longer used in Bazel
d2b00715d88b11b2d6a7b6388cd2a44471f96016 authored over 3 years ago by Alex Rodionov <[email protected]>The target is no longer needed all closure libraries are compiled using Bazel.
87756ddb97499f291a0ffd409f3a640cdd54eeea authored over 3 years ago by Alex Rodionov <[email protected]>All these targets are already covered by Bazel
52d185d1bd19920b08d0b818e205072bc5069710 authored over 3 years ago by Alex Rodionov <[email protected]>Fixes #9416. It is related to the motivation of #8346 (which will help create a Proxy due to the...
b287e73ce2b148a2eff82539b9860a6237722c02 authored over 3 years ago by Puja Jagani <[email protected]>bb805a62f03b2027835c0e519c8b54c2e5d05081 authored over 3 years ago by Sri Harsha <[email protected]>
b47d052a93b78d5bb9055cd2856dc2f9841ad6e1 authored over 3 years ago by Simon Stewart <[email protected]>
bb190d134d5a8a578b4aa820ed9bd3a839dd296e authored over 3 years ago by Simon Stewart <[email protected]>
The javadocs for hashcode state that:
> If two objects are equal according to the equals(Object...
71cc53b910f6f2772dc6211baa4261d49a4b8d30 authored over 3 years ago by Simon Stewart <[email protected]>
This is the first step in preventing the distributor from needing to
maintain a list of request ...
be4c11f135083e1a16d7cb5f96830e1a0a8d3104 authored over 3 years ago by Simon Stewart <[email protected]>
62ce7e650ab8290642707728da116408d4df9736 authored over 3 years ago by Simon Stewart <[email protected]>
94627e98e5435fc53ff66a576c7d59ddb436272c authored over 3 years ago by Simon Stewart <[email protected]>
5e0f804b9dc4a34de24241835c179eaf91cce897 authored over 3 years ago by Simon Stewart <[email protected]>
Notably, we only ask for a session which the distributor actually has
capacity to start, rather ...
27e37e91384584c462ebb3f240fb8cce058c775d authored over 3 years ago by Sri Harsha <[email protected]>
8bc8e0771433b567c2f3ba60ec7059b4cb1df5ae authored over 3 years ago by Simon Stewart <[email protected]>
Ruby targets still don't work on Windows but at least Bazel loads
correctly
0436178e2567ae5f5e3b6ff2c7a5006a1001bd2b authored over 3 years ago by Simon Stewart <[email protected]>
112e9c2989e988b08ea44f34711ffb0bb5dc12a9 authored over 3 years ago by Simon Stewart <[email protected]>
d15cfdab4c8aebca6cfb1265891a5837db190894 authored over 3 years ago by Alex Rodionov <[email protected]>
* [java] Use fixed thread pool for driver shutdown tasks
* [java] Shutdown thread executor se...
fb2244b30badd5e4a6974fa9deccf7e83d38c4ac authored over 3 years ago by Puja Jagani <[email protected]>
This brings the distributor more inline with the w3c
spec. Specifically, all the capabilities in...
We originally lifted this logic up to the `Distributor` class when
working on a version of the D...
97379a0b58a235f080a0e5f91d147cb7d11bd435 authored over 3 years ago by Simon Stewart <[email protected]>
84e746a2585ccb8d83df0e1724aea2952bbaa61d authored over 3 years ago by Sri Harsha <[email protected]>
* [java] Add proxy support to NettyClient
* [java] Remove unused import in NettyClient
Co-...
5d7faf62fe6ddaa557ca5c4d54f5d4685456f5b5 authored over 3 years ago by Puja Jagani <[email protected]>916168f403dded05f878fe189d68c0f9152335c9 authored over 3 years ago by AutomatedTester <[email protected]>
Co-authored-by: Diego Molina <[email protected]>
cde0cd001b85a9ed36bebcc163a95252b5e4b511 authored over 3 years ago by Puja Jagani <[email protected]>3106c9c0faa12e734ad4bcc5f9f21e062f387dda authored over 3 years ago by Alex Rodionov <[email protected]>
8cb82b413fb0ecb91120df95a29a16f0256c9e46 authored over 3 years ago by Alex Rodionov <[email protected]>
Fixes an issue when the following code would not send "localState" on
session create because it ...
It's common to use Chrome options local state to configure experimental
options. We should avoid...
Some remotes don't implement firstMatch logic and
would prefer to use alwaysMatch.
b1fd99da57cc1290dd2059a623a57a8d9a2717d8 authored over 3 years ago by Alex Rodionov <[email protected]>
Co-authored-by: David Burns <[email protected]>
584c59014b2596efe69836b325f019f106036c54 authored over 3 years ago by Puja Jagani <[email protected]>
The targets are available via Bazel, see the following commits for
more details:
* c6d4516e9cfe5...
Everything that we need can be obtained as srcs already
d7c0647228d4c631043ce1fa3f80c72078b89319 authored over 3 years ago by Alex Rodionov <[email protected]>
There is a mode difference in the result files. Gem sources are 644 as
they should be while outp...
c6e2f04248bee39aca0eb82bfe2f8c7587b8d380 authored over 3 years ago by Alex Rodionov <[email protected]>
This adds 2 new targets to Ruby Bazel build. Each target copies all
necessary files for gem it n...
d64bc889f6e0157838e3f87ba7ab121e2364ffa6 authored over 3 years ago by Alex Rodionov <[email protected]>
This commit adds rb/BUILD.bazel with all the tasks from rb/build.desc
except for Ruby gem build/...
This also provides the indirection needed to get this from the
`DistributorOptions`.
Even though Selenium::WebDriver::DevTools actively uses WebSocket gem,
it cannot be loaded and w...
8d80348b75aff4b712aa8101da979bbe21e12bd4 authored over 3 years ago by Simon Stewart <[email protected]>
13f4cfb59ae1190542c50129e2b0b3c829e14703 authored over 3 years ago by Simon Stewart <[email protected]>
a22d0fd220abf69e7ad32100f6f60a426dfba9c6 authored over 3 years ago by AutomatedTester <[email protected]>
d7c2e4cdd455952ea7680bb3788dff78c563da05 authored over 3 years ago by AutomatedTester <[email protected]>
6c701582f1724bd9d33a9017cb4189eb4e4053c9 authored over 3 years ago by Sri Harsha <[email protected]>
6c19c13e634eb17e7678072287fe76bfbb52a03e authored over 3 years ago by Sri Harsha <[email protected]>
d9bb0fba8b964a4bbb9680164575ca937eafc329 authored over 3 years ago by Simon Stewart <[email protected]>
854ac60c76270214c8f5ae33beef7acf6448d184 authored over 3 years ago by Simon Stewart <[email protected]>
d83df531a534cb249a937c20f365190bc1b7fb7f authored over 3 years ago by Simon Stewart <[email protected]>
47824b377592e4949af94327fb559483830176f6 authored over 3 years ago by Simon Stewart <[email protected]>
7e20289684d794feda54a3b5908ee762b8f7a145 authored over 3 years ago by Simon Stewart <[email protected]>
93c9ec77403f1c379a8f38d7b499f4f483b40943 authored over 3 years ago by Simon Stewart <[email protected]>
c13ec4e1a3db51b18ae2cf4134cf3093f1cea659 authored over 3 years ago by Simon Stewart <[email protected]>
921241db86c8a511bb4c77316916d5d6ee3aadab authored over 3 years ago by Simon Stewart <[email protected]>
7fd49ca2b908e0493b3d47569fe98981705c1b21 authored over 3 years ago by Simon Stewart <[email protected]>
554873dac559ed12f2bf97387af192880f712f43 authored over 3 years ago by Simon Stewart <[email protected]>
Command invocation was:
buildifier -r -lint fix -type auto .
83e80c246a2b68fbc6544d29fd5bff548a78c0f8 authored over 3 years ago by Simon Stewart <[email protected]>3e5ffdf224b757cd4f4c3c1f33358f9468677fbf authored over 3 years ago by Simon Stewart <[email protected]>
73ba66953aeb4e6fdf130a38f561687f1c6758d1 authored over 3 years ago by David Burns <[email protected]>
de8f7030876f3f4e875636ff1d5c7ceebbbd4bc7 authored over 3 years ago by Sri Harsha <[email protected]>
95dc0278979f4f4363d8623fac3e605baa1d318d authored over 3 years ago by AutomatedTester <[email protected]>
4153f72c024d97545902d58fab32815884b9d07e authored over 3 years ago by AutomatedTester <[email protected]>
0b2ab18910f2beb9e0797e1f7370178993bcbea5 authored over 3 years ago by Diego Molina <[email protected]>
192e347656c61e3a7c4255ef2448717fd9eb2225 authored over 3 years ago by Puja Jagani <[email protected]>
The issue has been fixed in ChromeDriver 90
https://bugs.chromium.org/p/chromedriver/issues/deta...
* [grid] Fix flaky event bus tests by dedicated threading and reverting the polling loop logic.
...
109ee82c1fe27a962a1040a5224bf16f69e05f37 authored over 3 years ago by AutomatedTester <[email protected]>
f67095a54aeb51ee2ff559ab9d84b01ca8cd4677 authored over 3 years ago by Puja Jagani <[email protected]>
Co-authored-by: Diego Molina <[email protected]>
8cabfbfeb604edc946bcbbd6537c2ad01af0ce95 authored over 3 years ago by Puja Jagani <[email protected]>5db9c468557289608b0226a77f12f1b4dd511151 authored over 3 years ago by Alex Rodionov <[email protected]>
* [js] windowTypes option support for ChromiumDriver
Adds support for setting windowTypes opt...
18c94547c0118877afdf7c1a4f9fe624c582391e authored over 3 years ago by Salvador Cabrera Lozano <[email protected]>8aafd3f8e774df96d60c07cf65e7b252dc7099ff authored over 3 years ago by Simon Stewart <[email protected]>
30be80b981f7095e8dc06bb3401d11e74b105658 authored over 3 years ago by AutomatedTester <[email protected]>
Co-authored-by: David Burns <[email protected]>
db6d118967b648b71343c9c5183ccf6f6c4887af authored over 3 years ago by Sergey Fursov <[email protected]>* [JS] Allow relativeby with findElement
* [js] resolves custom locator issue triggered by pr...
68f3edcb9b28925757d3f19ba2a255d7d2d6b5b6 authored over 3 years ago by Sri Harsha <[email protected]>f621dca9f44a9188d7ed7c9e9a37523a8f0fd853 authored over 3 years ago by Simon Stewart <[email protected]>