Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

WebDriverManager

Automated driver management and other helper features for Selenium WebDriver in Java
Collective - Host: opensource - https://opencollective.com/webdrivermanager - Website: https://bonigarcia.dev/webdrivermanager/ - Code: https://github.com/bonigarcia/webdrivermanager

Remove all containers in Windows workflow

github.com/bonigarcia/webdrivermanager - aeb819131fd92dc7a3dff78afc1ce7fb6e257c72 authored over 3 years ago by Boni García <[email protected]>
Run docker-compose down only in Windows

github.com/bonigarcia/webdrivermanager - f8750253f8a17edd5b62e881a5a3b62753f41acf authored over 3 years ago by Boni García <[email protected]>
Run docker-compose down before running tests (due to a problem in Windows workflow)

github.com/bonigarcia/webdrivermanager - 85cdcaa412da771482f44796724101eedf47d9b7 authored over 3 years ago by Boni García <[email protected]>
Remove privileged mode in browser containers

github.com/bonigarcia/webdrivermanager - eb7edd4d282f97397bd9f8eb1e86af7c991a8815 authored over 3 years ago by Boni García <[email protected]>
Disable Docker tests in Mac (not available in GitHub Actions)

github.com/bonigarcia/webdrivermanager - 6f870ab40193d5d133e27f1fe0f4067d1c49b4d4 authored over 3 years ago by Boni García <[email protected]>
Remove retrofit dependency (use own httpClient instead)

github.com/bonigarcia/webdrivermanager - 7a2ee453815a246ddcba901606d0a1fc4f6108b0 authored over 3 years ago by Boni García <[email protected]>
Enable Docker tests only in Linux

github.com/bonigarcia/webdrivermanager - 3b3fd1d136ce19c84903714318d5e6bf81335abe authored over 3 years ago by Boni García <[email protected]>
Use PowerShell command in Windows workflow

github.com/bonigarcia/webdrivermanager - bd8961a4801082045c581a39fc03cf2e43458621 authored over 3 years ago by Boni García <[email protected]>
Different command to stop containers in Windows workflow

github.com/bonigarcia/webdrivermanager - e602422c656591f8da33a38418011a7610effe27 authored over 3 years ago by Boni García <[email protected]>
Merge pull request #672 from bonigarcia/dependabot/maven/org.jsoup-jsoup-1.14.1

Bump jsoup from 1.13.1 to 1.14.1

github.com/bonigarcia/webdrivermanager - b507bdadf8669ce73923d695b722513f55097a09 authored over 3 years ago by Boni García <[email protected]>
Enable Docker tests only in Linux

github.com/bonigarcia/webdrivermanager - d3cea6a226a30371710235d8facf0e7f43a499e8 authored over 3 years ago by Boni García <[email protected]>
Enable Mac OS in GitHub Actions

github.com/bonigarcia/webdrivermanager - 2772fc1b92b19e20ece2dc1459db901e5939ffbe authored over 3 years ago by Boni García <[email protected]>
Several minor smell-fixes

github.com/bonigarcia/webdrivermanager - b711b50823d30719ac27a0786118b43434a88f09 authored over 3 years ago by Boni García <[email protected]>
Remove several tests for legacy browsers (IExplorer, PhantomJS)

github.com/bonigarcia/webdrivermanager - 328c92ac09c2d631d70b8705aee84e5c630dbf93 authored over 3 years ago by Boni García <[email protected]>
Fix logic for reset managers in create webdriver methods

github.com/bonigarcia/webdrivermanager - 381e347f339294006bf17db11856af55f4f4bd46 authored over 3 years ago by Boni García <[email protected]>
Reset managers after calling to create methods

github.com/bonigarcia/webdrivermanager - a2d983a8b7ac5b772454bb279b11d0c87b9846c7 authored over 3 years ago by Boni García <[email protected]>
Manage drivers only when no docker is not enabled

github.com/bonigarcia/webdrivermanager - c10946d34ce1f1da5282f22e8df6c8e715b87dbf authored over 3 years ago by Boni García <[email protected]>
Add argument for remote debugging port in Chromium test

github.com/bonigarcia/webdrivermanager - ff7a8f210709694a9cb52f3d5d597a238691ded4 authored over 3 years ago by Boni García <[email protected]>
Disable Windows and Mac in GitHub Actions

github.com/bonigarcia/webdrivermanager - 7157b24da1182aa08a8272a30866440f24f642ab authored over 3 years ago by Boni García <[email protected]>
Bump jsoup from 1.13.1 to 1.14.1

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 to 1.14.1.
- [Release notes](https://git...

github.com/bonigarcia/webdrivermanager - c018ea2c1e953b543fa17cdd5fdf54e35897c7fe authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Include Docker support to create WebDriver objects through the WebDriverManager API

github.com/bonigarcia/webdrivermanager - 87c1c10b21f9f0ab2eb7c9b9192eaa0a38c183ae authored over 3 years ago by Boni García <[email protected]>
Read also GITHUB_TOKEN env for GitHub Token (authenticated requests)

github.com/bonigarcia/webdrivermanager - ee1779678922dc73d2f825285dc25c3a56957449 authored over 3 years ago by Boni García <[email protected]>
Update msedgedriver versions for Edge 92

github.com/bonigarcia/webdrivermanager - 3e33a737aba92689e6625c588223c4622aa47f74 authored over 3 years ago by Boni García <[email protected]>
Remove redundant config keys: wdm.localRepositoryUser and wdm.localRepositoryPassword

github.com/bonigarcia/webdrivermanager - 21f843ea24c52298c0c46fa0ea38e533153db2c8 authored over 3 years ago by Boni García <[email protected]>
Fix config key values in README

github.com/bonigarcia/webdrivermanager - 98c211968705f07d0d95013378dee78462b52bd8 authored over 3 years ago by Boni García <[email protected]>
Include API method to configure WebDriver options

github.com/bonigarcia/webdrivermanager - 292b18ab726abf3df3b3df30131af030b91bc474 authored over 3 years ago by Boni García <[email protected]>
Call driver setup on the first browser when creating a list of instances

github.com/bonigarcia/webdrivermanager - 4b0c03b9724b23f1fba0aeac73da99864384fe2d authored over 3 years ago by Boni García <[email protected]>
Include API method to create a list of WebDriver instances

github.com/bonigarcia/webdrivermanager - dc627fd61f1f22b38831edef32994819530f4a42 authored over 3 years ago by Boni García <[email protected]>
Reduce number of specific browser of msedgedriver in test

github.com/bonigarcia/webdrivermanager - 4b4775be34e3f9e6b55f6c5cd9b03403edec8222 authored over 3 years ago by Boni García <[email protected]>
Restore modifier for synchronization in setup method

github.com/bonigarcia/webdrivermanager - 0ece733b78ecfc560154d5c09c94567828175019 authored over 3 years ago by Boni García <[email protected]>
Restore exclusions of selenium artifact

github.com/bonigarcia/webdrivermanager - 254862bd0ad8995ea37edd399d3fc7abb48de851 authored over 3 years ago by Boni García <[email protected]>
Include API method to create WebDriver objects

github.com/bonigarcia/webdrivermanager - 1c6250cde4a11ed2c4d9cabf01be734d4d11424c authored over 3 years ago by Boni García <[email protected]>
Include API method to avoid the usage of snap driver for Chromium

github.com/bonigarcia/webdrivermanager - 16de4154ae7b1aec283c9ae69ddc5cd526e5b7ca authored over 3 years ago by Boni García <[email protected]>
Restore snapshot project version

github.com/bonigarcia/webdrivermanager - a2f0a650175ef9625949135d18eb73bc4a9947c3 authored over 3 years ago by Boni García <[email protected]>
Remove okhttp dependency

github.com/bonigarcia/webdrivermanager - f1a4ef9ddafb9dd753cd6a60c51049ba0c21ddb0 authored over 3 years ago by Boni García <[email protected]>
Change project version to 5.0.0-beta-1

github.com/bonigarcia/webdrivermanager - 097e924e7ce475a326ca6ceeb5b7f26fa3113971 authored over 3 years ago by Boni García <[email protected]>
Remove references to selenium-server-standalone

github.com/bonigarcia/webdrivermanager - f41a930dde38dbbf4f0cf30846cc5b66e9a5125d authored over 3 years ago by Boni García <[email protected]>
Throw exception when trying to get the path of legacy browsers (IExplorer and PhantomJS)

github.com/bonigarcia/webdrivermanager - 0c95847c4628d2f862217e11e85c398360b1a938 authored over 3 years ago by Boni García <[email protected]>
Merge pull request #670 from bonigarcia/dependabot/maven/org.seleniumhq.selenium-htmlunit-driver-2.51.0

Bump htmlunit-driver from 2.50.0 to 2.51.0

github.com/bonigarcia/webdrivermanager - 98b3de2c44c276bff358e13a76cac2125bcde5a2 authored over 3 years ago by Boni García <[email protected]>
Merge pull request #669 from bonigarcia/dependabot/maven/io.javalin-javalin-3.13.9

Bump javalin from 3.13.8 to 3.13.9

github.com/bonigarcia/webdrivermanager - 14682a20a8ec9510c1b526a1284d63e6eb3e84b8 authored over 3 years ago by Boni García <[email protected]>
Format XML header in pom.xml

github.com/bonigarcia/webdrivermanager - 0bb419fd0495e28f7e19cfe0e2fe4b76856b144f authored over 3 years ago by Boni García <[email protected]>
Include chromiumdriver case to instantiate wdw using a class

github.com/bonigarcia/webdrivermanager - 21a929e92ccb178bd240bb7378c9822d2d6ab607 authored over 3 years ago by Boni García <[email protected]>
Fix safaridriver setup

github.com/bonigarcia/webdrivermanager - 0e192eab103f4d525f78930d180ea064f9600053 authored over 3 years ago by Boni García <[email protected]>
Include developer URL in Maven configuration

github.com/bonigarcia/webdrivermanager - 13aedc54bedb7c6fa87652898e49f792264698c8 authored over 3 years ago by Boni García <[email protected]>
Bump htmlunit-driver from 2.50.0 to 2.51.0

Bumps [htmlunit-driver](https://github.com/SeleniumHQ/htmlunit-driver) from 2.50.0 to 2.51.0.
- ...

github.com/bonigarcia/webdrivermanager - 889d864ccbd296e5495473e6365e0eb65139f697 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump javalin from 3.13.8 to 3.13.9

Bumps [javalin](https://github.com/tipsy/javalin) from 3.13.8 to 3.13.9.
- [Release notes](https...

github.com/bonigarcia/webdrivermanager - ce8393be76e7a8ff9a6f7af8e5c7ca9d83753510 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Maven metadata (description and developer)

github.com/bonigarcia/webdrivermanager - e6d56e8923c9a93315eacfa8937eeff24fcbd0fe authored over 3 years ago by Boni García <[email protected]>
Change parent class of safaridriver manager

github.com/bonigarcia/webdrivermanager - 210844bc55c0400cd9f2a6f680d69d63c3f1c764 authored over 3 years ago by Boni García <[email protected]>
Move Safari test to a separate package

github.com/bonigarcia/webdrivermanager - 368f756c2da4169bcff69a22dae0df05f1cbe8d3 authored over 3 years ago by Boni García <[email protected]>
Move HtmlUnit test to a separate package

github.com/bonigarcia/webdrivermanager - 839a49f3319267e4d085d9ff9bc2d07beb249ec5 authored over 3 years ago by Boni García <[email protected]>
Delete parent class for browser tests

github.com/bonigarcia/webdrivermanager - f4ad22f30145f7b941d9883e68121dbf6fbeb076 authored over 3 years ago by Boni García <[email protected]>
Use assumption based on browser path in Chromium test

github.com/bonigarcia/webdrivermanager - 5b91b300fabdc94fb49f1893709994ffcd743f33 authored over 3 years ago by Boni García <[email protected]>
Include manager for safaridriver (used to get Safari path)

github.com/bonigarcia/webdrivermanager - 2272b285c3688ad2aed2ed048d90787e16a4b37d authored over 3 years ago by Boni García <[email protected]>
Remove manager for SeleniumServerStandalone

github.com/bonigarcia/webdrivermanager - 56d767ba187837a1e4c19b505c6ccb8fc80b11dc authored over 3 years ago by Boni García <[email protected]>
Refactor common logic in browser path detector

github.com/bonigarcia/webdrivermanager - 3202b58123f4222a4cf8efc5fc2a3dd7837430ca authored over 3 years ago by Boni García <[email protected]>
Check if version detector has been initialized in browser path detector

github.com/bonigarcia/webdrivermanager - 737ad68db4810402b7429d8d8bf6c3a6f4c8a6a1 authored over 3 years ago by Boni García <[email protected]>
Upgrade project to version 5.0.0-SNAPSHOT

github.com/bonigarcia/webdrivermanager - 744f912444e138735bfea1c7ab517b49828d8a44 authored over 3 years ago by Boni García <[email protected]>
Implement browser path detection in Windows

github.com/bonigarcia/webdrivermanager - 3813ae1bf243839e291ca76ca920d649ce08daa7 authored over 3 years ago by Boni García <[email protected]>
Fix other WebDriver test

github.com/bonigarcia/webdrivermanager - e940d8cf7c8d2ce7805f5dda5eca630d5541e52c authored over 3 years ago by Boni García <[email protected]>
Replace deprecated methods related to new instances

github.com/bonigarcia/webdrivermanager - 19a236dbe96b07fefc1bf3ab444d1b5c43df38ee authored over 3 years ago by Boni García <[email protected]>
Include first version of getBrowserPath() in WebDriverManager API

github.com/bonigarcia/webdrivermanager - 212a11343ff27e9d661ae17ae3eb7ebea5b36681 authored over 3 years ago by Boni García <[email protected]>
Remove non-necessary trown exception

github.com/bonigarcia/webdrivermanager - 717e21cadc6210cc8c8d08fb639eb61b3c3eec49 authored over 3 years ago by Boni García <[email protected]>
Update author tag in all classes

github.com/bonigarcia/webdrivermanager - d24ebe59a3b197ac75dda229c67fb194d99ed9bd authored over 3 years ago by Boni García <[email protected]>
Convert test in parameterized

github.com/bonigarcia/webdrivermanager - 6010baaec3679d0482d98cf2a899277c2272a9de authored over 3 years ago by Boni García <[email protected]>
Include config key to avoid tmp folder (issue #657)

github.com/bonigarcia/webdrivermanager - 1f6a5e755716016359f585ae28875371ed860dd1 authored over 3 years ago by Boni García <[email protected]>
Fix mirror test

github.com/bonigarcia/webdrivermanager - 30524ddb89909aa7820f09ca28b96282d3217794 authored over 3 years ago by Boni García <[email protected]>
Use AssertJ also for thrown excpetions

github.com/bonigarcia/webdrivermanager - 2add15b3a13c80def9925c023d50dd26ff32981c authored over 3 years ago by Boni García <[email protected]>
Fix minor code smells in tests

github.com/bonigarcia/webdrivermanager - 8386566d8f88839ef085b9d25962ef86994b5e85 authored over 3 years ago by Boni García <[email protected]>
Fix server test

github.com/bonigarcia/webdrivermanager - dc3d56c338f738472a1077ba22220a2e864e5921 authored over 3 years ago by Boni García <[email protected]>
Remove assertions based on Hamcrest

github.com/bonigarcia/webdrivermanager - d1ba255cda4c34a3bdb482b8ea6e4adbf7f18add authored over 3 years ago by Boni García <[email protected]>
Remove public modifier from tests

github.com/bonigarcia/webdrivermanager - 9aaf1a1276cf2390003ad9e09ef8e3645c119359 authored over 3 years ago by Boni García <[email protected]>
Simplify assertion in Edge test

github.com/bonigarcia/webdrivermanager - 1f7c5bd639dca9c9b9bd58f06f4438baf86363aa authored over 3 years ago by Boni García <[email protected]>
Revert "Configure parallel execution for tests in the JUnit Platform"

This reverts commit 5b6f65e8dacc56d0ac73d933ad5922afa96c5006.

github.com/bonigarcia/webdrivermanager - ea793521d35ef46f10081145c51ebf0256295f42 authored over 3 years ago by Boni García <[email protected]>
Configure parallel execution for tests in the JUnit Platform

github.com/bonigarcia/webdrivermanager - 5b6f65e8dacc56d0ac73d933ad5922afa96c5006 authored over 3 years ago by Boni García <[email protected]>
Fix setup of PhantomJS test

github.com/bonigarcia/webdrivermanager - cf495a609a42bdc4b3695e413dc376659ac265e5 authored over 3 years ago by Boni García <[email protected]>
Execute Firefox test only in Linux

github.com/bonigarcia/webdrivermanager - 08978a7011a9284d644c49b6603735839b348fb9 authored over 3 years ago by Boni García <[email protected]>
Fix assumptions wiht AssertJ

github.com/bonigarcia/webdrivermanager - b57c8b73384b53de2a5d97defd4b04361b943e07 authored over 3 years ago by Boni García <[email protected]>
Remove class diagram

github.com/bonigarcia/webdrivermanager - bc991843f4c6692d0a9fc453d9756ec7656ac9da authored over 3 years ago by Boni García <[email protected]>
Migrate all tests to JUnit 5 and AssertJ

github.com/bonigarcia/webdrivermanager - d65fd2aafd88813bfa6118e87d136599d354dc6e authored over 3 years ago by Boni García <[email protected]>
Install Edge on Ubuntu in workflow setup

github.com/bonigarcia/webdrivermanager - f6024f5c266a63e328e7aadd2cd507d5bdf88158 authored over 3 years ago by Boni García <[email protected]>
Update Java version to 11 in Maven config

github.com/bonigarcia/webdrivermanager - 6d126aa1992c0e021d455dda057e4130870004b9 authored over 3 years ago by Boni García <[email protected]>
Fix data for msedgedriver in interactive and server test

github.com/bonigarcia/webdrivermanager - 5d7a8964488d978ff23b17aca59089452a765804 authored over 3 years ago by Boni García <[email protected]>
Fix input data for msedgedriver in interactive test

github.com/bonigarcia/webdrivermanager - e98e32802a691b195053e2b6090b29391e3a6fa4 authored over 3 years ago by Boni García <[email protected]>
Remove PhantomJS from interactive test input data

github.com/bonigarcia/webdrivermanager - 561ee9b051f9457236527294f26f4b19004a27c6 authored over 3 years ago by Boni García <[email protected]>
Avoid the usage of the resolution cache in local resolutions

github.com/bonigarcia/webdrivermanager - 9085b572af659b2a04cfa4d3e6a1e54083796189 authored over 3 years ago by Boni García <[email protected]>
Force Windows only in the case of iexplorer when resolving locally

github.com/bonigarcia/webdrivermanager - 3e81e8c13a923b837dcdd1bf432a290b3a7d49b1 authored over 3 years ago by Boni García <[email protected]>
Use resolution cache even if force downloading is set

github.com/bonigarcia/webdrivermanager - 5c132ac3957da4279a90e7e9ddda86e67d16d3b7 authored over 3 years ago by Boni García <[email protected]>
Fix server test

github.com/bonigarcia/webdrivermanager - 5c0ef8047794a94fd3f7bb9e9b58bc8de8eda7bd authored over 3 years ago by Boni García <[email protected]>
Remove coded exception in wdm server (msedgedriver in Windows)

github.com/bonigarcia/webdrivermanager - 39ea11359c5f947f7d7bc09f424955163b3d7f74 authored over 3 years ago by Boni García <[email protected]>
Remove unused methods

github.com/bonigarcia/webdrivermanager - f06373cbc43f3c1f844de925f3b6766c08e4fb0b authored over 3 years ago by Boni García <[email protected]>
Use OAuth token for GitHub authentication

github.com/bonigarcia/webdrivermanager - 8938732c7ccf575c4f998b420c3b602df79723ed authored over 3 years ago by Boni García <[email protected]>
Remove GitHub token and secret in workflow config

github.com/bonigarcia/webdrivermanager - fd681b3bd992c860eb6d4b6f45a0cfd5d15a4845 authored over 3 years ago by Boni García <[email protected]>
Merge pull request #666 from bonigarcia/dependabot/maven/io.javalin-javalin-3.13.8

Bump javalin from 3.13.7 to 3.13.8

github.com/bonigarcia/webdrivermanager - ffd9112f80455efc7f8c43991c2bbee4288facaf authored over 3 years ago by Boni García <[email protected]>
Bump javalin from 3.13.7 to 3.13.8

Bumps [javalin](https://github.com/tipsy/javalin) from 3.13.7 to 3.13.8.
- [Release notes](https...

github.com/bonigarcia/webdrivermanager - 07050c154fd4a548670f0cd40807b5409b671fb7 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #665 from bonigarcia/dependabot/maven/org.mockito-mockito-core-3.11.2

github.com/bonigarcia/webdrivermanager - 2a216ba90b35180559188c23c9403d98f36f28dc authored over 3 years ago by Boni García <[email protected]>
Bump mockito-core from 3.11.1 to 3.11.2

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes...

github.com/bonigarcia/webdrivermanager - ec6161fca614f6b4244d87f93e38f2879b26e7cf authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #663 from bonigarcia/dependabot/maven/org.slf4j-slf4j-api-1.7.31

Bump slf4j-api from 1.7.30 to 1.7.31

github.com/bonigarcia/webdrivermanager - 44b7a0a1c4d713df74d655f70f431811fdb112d0 authored over 3 years ago by Boni García <[email protected]>
Bump slf4j-api from 1.7.30 to 1.7.31

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.31.
- [Release notes](http...

github.com/bonigarcia/webdrivermanager - aa682b8afea86bacd98050ee0c623cfdc37a1fe2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #660 from bonigarcia/dependabot/maven/commons-io-commons-io-2.10.0

Bump commons-io from 2.9.0 to 2.10.0

github.com/bonigarcia/webdrivermanager - 776f3525a67bf9334d877e63bf1a05110c7f7dc4 authored over 3 years ago by Boni García <[email protected]>
Merge pull request #659 from bonigarcia/dependabot/maven/org.mockito-mockito-core-3.11.1

Bump mockito-core from 3.11.0 to 3.11.1

github.com/bonigarcia/webdrivermanager - c586c69e407c9714200f8b6faeb824ce7cbf486b authored over 3 years ago by Boni García <[email protected]>