Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
diemol closed a pull request on SeleniumHQ/selenium
Allow sending DevTools command with custom timeout.
### Description <!--- Describe your changes in detail --> This PR is introducing an additional method (`DevTools#sendWithTimeout`) that allows consumers to send a DevTools command with a custom...diemol created a comment on an issue on SeleniumHQ/selenium
It is hard to say why Chrome is not accepting those options in the way you are setting them up. It's better to report this to the Chrome folks.
diemol created a comment on an issue on SeleniumHQ/selenium
Can you paste your pom.xml in a comment?
diemol pushed 20 commits to feat/configurable-timeout-for-devtools-commands dennisoelkers/selenium
- [rust] Use tax.xz for Firefox package starting in version 135 f064eca
- [JS] Specify Node.js engine version as 22.x LTS in package.json (#15058) * [js] set min node verstion to 22.x lts ... 27072c0
- [java] Update dependency org.mockito:mockito-core to v5.15.2 (#15016) Co-authored-by: renovate[bot] <29139614+renova... d224cf3
- [py] Update supported Python versions 3.9+ (#15018) * [py] Update supported Python versions 3.9+ --------- ... e37334c
- [JS] Add detailed error message for invalid cookie name validation in getCookie method c657e70
- [JS] Add err message for invalid cookie name in deleteCookie method 62c3daf
- [JS] Enables diagnostic logging for Safari 49ee40b
- [JS] update npm deps to latest 5b02e61
- [dotnet] Guard for cookie deletion when name is empty (#15074) bd225cc
- [js] Update dependency @apollo/client to v3.12.5 (#15075) * [js] Update dependency @apollo/client to v3.12.5 * Re... 02f3ca7
- [dotnet] Modernize code style in the devtools source generator (#15067) * [dotnet] Modernize code style in the devto... f33ad97
- [java] Replace anonymous types with lambdas (#15043) 790fd61
- [py] Upgraded WebDriverWait Docstrings (#15054) * Improved WebDriverWait Docstrings * format.sh * Revert "form... d2ab626
- [dotnet] Add nullability to `FirefoxExtension` (#14964) * [dotnet] Add nullability to `FirefoxExtension` * Handle... 2ca9b4f
- [py] Added Docstrings to ActionBuilder (#15065) f6d95bb
- [py] Upgraded WebElement Docstrings (#15056) a2bbaaf
- [py] Upgraded WebDriver Docstrings (#15055) a7c0cfb
- [dotnet] Improve dependency update developer experience (#15086) [dotnet] Improve dependency update experience on Wi... cc814a8
- [dotnet] Start adding nullable reference type annotations to the `Support` package (#14779) * [dotnet] All nullable ... fc463fd
- Merge branch 'trunk' into feat/configurable-timeout-for-devtools-commands 700e529
diemol created a review on a pull request on SeleniumHQ/selenium
Thank you, @dennisoelkers!
diemol created a comment on an issue on SeleniumHQ/selenium-ide
You can set them as environment variables or leave the configuration file in the documented directory.
diemol created a comment on a pull request on SeleniumHQ/selenium
Just wondering why @joerg1985 thinks this does not fix the issue.
diemol created a review on a pull request on SeleniumHQ/selenium
@iampopovich have you tested this locally?
diemol created a comment on an issue on SeleniumHQ/selenium
Can you provide a reduced test case to reproduce this? Does this only happen on the Facebook page? If so, there is not much we can do about it.
diemol created a comment on an issue on SeleniumHQ/selenium
You can, yes. However you need to make sure there is a driver and a browser present.
diemol pushed 3 commits to 13803-implementation-fix iampopovich/selenium
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [py] Upgraded WebDriverWait Docstrings (#15054) * Improved WebDriverWait Docstrings * format.sh * Revert "form... d2ab626
diemol closed a pull request on SeleniumHQ/selenium
[py] Upgraded WebDriverWait Docstrings
### **User description** ### Description improved the docstrings of the WebDriverWait class and its methods ### Motivation and Context improves documentation and better informs users ### Ty...diemol pushed 15 commits to docstring-upgrades shbenzer/selenium
- [dotnet] Safari driver supports /status endpoint (#15066) 61dc85b
- [dotnet] Simplify nuget package readme code example 013443d
- [rust] Use tax.xz for Firefox package starting in version 135 f064eca
- [JS] Specify Node.js engine version as 22.x LTS in package.json (#15058) * [js] set min node verstion to 22.x lts ... 27072c0
- [java] Update dependency org.mockito:mockito-core to v5.15.2 (#15016) Co-authored-by: renovate[bot] <29139614+renova... d224cf3
- [py] Update supported Python versions 3.9+ (#15018) * [py] Update supported Python versions 3.9+ --------- ... e37334c
- [JS] Add detailed error message for invalid cookie name validation in getCookie method c657e70
- [JS] Add err message for invalid cookie name in deleteCookie method 62c3daf
- [JS] Enables diagnostic logging for Safari 49ee40b
- [JS] update npm deps to latest 5b02e61
- [dotnet] Guard for cookie deletion when name is empty (#15074) bd225cc
- [js] Update dependency @apollo/client to v3.12.5 (#15075) * [js] Update dependency @apollo/client to v3.12.5 * Re... 02f3ca7
- [dotnet] Modernize code style in the devtools source generator (#15067) * [dotnet] Modernize code style in the devto... f33ad97
- [java] Replace anonymous types with lambdas (#15043) 790fd61
- Merge branch 'trunk' into docstring-upgrades cc3ea4f
diemol created a comment on an issue on SeleniumHQ/selenium
The issue is that the system under test is inside your network and to download the browser and driver through Selenium Manager; you need internet access. If you add a proxy configuration, the scrip...
diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: For HTTP based web applications spawnSync() is not spawning SeleniumManager process
### What happened? When using HTTP based applications the [spawnSync()](https://github.com/SeleniumHQ/selenium/blob/790fd61bde96defe5bd91e19da6d74c0a05d1180/javascript/node/selenium-webdriver/comm...diemol created a comment on an issue on SeleniumHQ/selenium
@bestchatgptuser looking forward to see your code script so we can reproduce the issue!
diemol created a comment on an issue on SeleniumHQ/selenium
Selenium can interact web app pop-ups, not OS level pop-ups. Check that, please. Otherwise, we need a way to reproduce the issue.
diemol created a review comment on a pull request on SeleniumHQ/selenium
Please do not remove this file.
diemol created a review comment on a pull request on SeleniumHQ/selenium
Please avoid changes to this file.
diemol created a comment on a pull request on SeleniumHQ/selenium
I don't see the need for it. What do you think?
diemol pushed 8 commits to docstring-upgrades shbenzer/selenium
- [java]: allow setting custom timeout for DevTools (#14931) * allow setting custom timeout via overloaded constructor... 8740f13
- [dotnet] Tolerate invalid UTF-16 strings in DevTools JSON response (#14972) Co-authored-by: Nikolay Borisenko <22616... c1bb977
- [dotnet] Fix logging issue when log context level conflicts with logger already captured level (#15057) d457c4e
- [dotnet] Apply formatting on internal CDP generator (#15049) 4aee006
- [rb] Update Jruby to version 9.4.9.0 (#14791) * Update ruby version * Update checksum * Update Jruby version ... e4b1e48
- [grid] Dynamic Grid is able to trigger video record in browser node (#15047) Signed-off-by: Viet Nguyen Duc <nguyend... 928833e
- [java] Nullness annotations for Cookie and Platform (#15062) Co-authored-by: Diego Molina <[email protected]... 040b9ba
- Merge branch 'trunk' into docstring-upgrades 2ede708
diemol created a review comment on a pull request on SeleniumHQ/selenium
Let's just name it `send`.
diemol pushed 6 commits to nullaway mk868/selenium
- [dotnet] Fix logging issue when log context level conflicts with logger already captured level (#15057) d457c4e
- [dotnet] Apply formatting on internal CDP generator (#15049) 4aee006
- [rb] Update Jruby to version 9.4.9.0 (#14791) * Update ruby version * Update checksum * Update Jruby version ... e4b1e48
- [grid] Dynamic Grid is able to trigger video record in browser node (#15047) Signed-off-by: Viet Nguyen Duc <nguyend... 928833e
- [java] Nullness annotations for Cookie and Platform (#15062) Co-authored-by: Diego Molina <[email protected]... 040b9ba
- Merge branch 'trunk' into nullaway 5948f08
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Nullness annotations for Cookie and Platform (#15062) Co-authored-by: Diego Molina <[email protected]... 040b9ba
diemol closed a pull request on SeleniumHQ/selenium
[java] Nullness annotations for Cookie and Platform
### **User description** ### Description In this PR I'm adding nullness annotations for classes: - `org.openqa.selenium.Cookie` - `org.openqa.selenium.Platform` These classes are listed in ...diemol pushed 3 commits to nullness-Cookie-Platform mk868/selenium
- [rb] Update Jruby to version 9.4.9.0 (#14791) * Update ruby version * Update checksum * Update Jruby version ... e4b1e48
- [grid] Dynamic Grid is able to trigger video record in browser node (#15047) Signed-off-by: Viet Nguyen Duc <nguyend... 928833e
- Merge branch 'trunk' into nullness-Cookie-Platform 72a2759