You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for contributing to the Selenium site and documentation! A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Change to the site (I have double-checked the Netlify deployment, and my changes look good)
Code example added (and I also added the example to all translated languages)
Improved translation
Added new translation (and I also added a notice to each document missing translation)
Here are some key observations to aid the review process:
⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 PR contains tests
🔒 Security concerns
Sensitive information exposure: The test contains hardcoded credentials ('admin'/'myStrongPassword') which could be accidentally committed to source control. Additionally, the URL authentication method uses basic string concatenation which may not properly handle URL encoding of special characters in credentials, potentially leading to malformed URLs or security issues.
The embedAuthToUrl method concatenates strings to build a URL, which could be vulnerable to URL encoding issues if username/password contain special characters
Why: This is a critical security enhancement that prevents URL injection vulnerabilities and ensures proper handling of special characters in credentials, which could otherwise cause authentication failures or security issues.
9
Avoid hardcoding credentials in source code by using environment variables
Avoid hardcoding sensitive credentials in the test code. Use environment variables or a secure configuration mechanism instead.
Why: This is an important security best practice that prevents sensitive credentials from being exposed in source code and version control systems, making the code more secure and maintainable.
The action failed because two tests failed with the same error:
ChromeTest.setBrowserLocation
ServiceTest.setDriverLocation
Both tests failed with error: "session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir"
This indicates that multiple Chrome browser instances are trying to use the same user data directory simultaneously, causing a conflict. The tests need to be modified to use unique user data directories for each Chrome instance.
Relevant error logs:
1: ##[group]Operating System2: Ubuntu
...
145: > Warning: Could not resolve keysym XF86FishingChart146: > Warning: Could not resolve keysym XF86SingleRangeRadar147: > Warning: Could not resolve keysym XF86DualRangeRadar148: > Warning: Could not resolve keysym XF86RadarOverlay149: > Warning: Could not resolve keysym XF86TraditionalSonar150: > Warning: Could not resolve keysym XF86ClearvuSonar151: > Warning: Could not resolve keysym XF86SidevuSonar152: > Warning: Could not resolve keysym XF86NavInfo153: Errors from xkbcomp are not fatal to the X server
...
197: timeout_minutes: 40198: max_attempts: 3199: command: cd examples/java200: mvn -B test -D"jdk.internal.httpclient.disableHostnameVerification=true"201:
202: retry_wait_seconds: 10203: polling_interval_seconds: 1204: warning_on_retry: true205: continue_on_error: false
...
297: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom298: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 570 kB/s)299: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom300: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom301: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 1.1 MB/s)302: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.pom303: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.pom304: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.pom (2.1 kB at 524 kB/s)305: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.pom306: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.pom307: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.pom (4.3 kB at 1.4 MB/s)308: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.28.0/error_prone_parent-2.28.0.pom309: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.28.0/error_prone_parent-2.28.0.pom310: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.28.0/error_prone_parent-2.28.0.pom (13 kB at 2.6 MB/s)
...
519: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom520: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom (20 kB at 6.6 MB/s)521: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom522: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom523: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 804 kB/s)524: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom525: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom526: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom (2.1 kB at 524 kB/s)527: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom528: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom529: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom (2.2 kB at 720 kB/s)530: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom531: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom532: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom (11 kB at 2.8 MB/s)
...
674: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-grid/4.27.0/selenium-grid-4.27.0.jar675: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/beust/jcommander/1.82/jcommander-1.82.jar676: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar677: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/33.3.1-jre/guava-33.3.1-jre.jar678: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar679: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar680: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar681: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar682: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.jar
...
780: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/4.27.0/selenium-support-4.27.0.jar (175 kB at 1.9 MB/s)781: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar782: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar (4.7 kB at 51 kB/s)783: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar784: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 24 kB/s)785: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar786: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 203 kB/s)787: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar (232 kB at 2.3 MB/s)788: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.jar789: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar790: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar (12 kB at 122 kB/s)791: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/22.3/graphql-java-22.3.jar792: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.jar (19 kB at 188 kB/s)
...
1090: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-launcher/1.11.4/junit-platform-launcher-1.11.4.jar1091: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.11.4/junit-platform-launcher-1.11.4.jar1092: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.11.4/junit-platform-launcher-1.11.4.jar (189 kB at 38 MB/s)1093: [INFO] 1094: [INFO] -------------------------------------------------------1095: [INFO] T E S T S1096: [INFO] -------------------------------------------------------1097: [INFO] Running AlertsTest1098: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.48 s -- in AlertsTest1099: [INFO] Running dev.selenium.waits.WaitsTest1100: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.607 s -- in dev.selenium.waits.WaitsTest1101: [INFO] Running dev.selenium.drivers.OptionsTest1102: [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.413 s -- in dev.selenium.drivers.OptionsTest1103: [INFO] Running dev.selenium.drivers.RemoteWebDriverTest1104: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.571 s -- in dev.selenium.drivers.RemoteWebDriverTest1105: [INFO] Running dev.selenium.drivers.ServiceTest1106: [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.840 s <<< FAILURE! -- in dev.selenium.drivers.ServiceTest1107: [ERROR] dev.selenium.drivers.ServiceTest.setDriverLocation -- Time elapsed: 7.760 s <<< ERROR!
...
1133: at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)1134: at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)1135: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)1136: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)1137: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)1138: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)1139: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)1140: [INFO] Running dev.selenium.drivers.HttpClientTest1141: [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.055 s -- in dev.selenium.drivers.HttpClientTest1142: [INFO] Running dev.selenium.elements.InformationTest1143: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 s -- in dev.selenium.elements.InformationTest1144: [INFO] Running dev.selenium.elements.FileUploadTest1145: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s -- in dev.selenium.elements.FileUploadTest1146: [INFO] Running dev.selenium.elements.InteractionTest1147: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s -- in dev.selenium.elements.InteractionTest1148: [INFO] Running dev.selenium.troubleshooting.LoggingTest1149: 11:39:31.177 WARN [LoggingTest.logging] - this is a warning1150: 11:39:31.182 INFO [LoggingTest.logging] - this is useful information1151: 11:39:31.183 DEBUG [LoggingTest.logging] - this is detailed debug information1152: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in dev.selenium.troubleshooting.LoggingTest1153: [INFO] Running dev.selenium.getting_started.UsingSeleniumTest1154: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s -- in dev.selenium.getting_started.UsingSeleniumTest1155: [INFO] Running dev.selenium.bidi.cdp.LoggingTest1156: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s -- in dev.selenium.bidi.cdp.LoggingTest1157: [INFO] Running dev.selenium.bidi.cdp.ScriptTest1158: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.748 s -- in dev.selenium.bidi.cdp.ScriptTest1159: [INFO] Running dev.selenium.bidi.cdp.NetworkTest1160: [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.624 s -- in dev.selenium.bidi.cdp.NetworkTest1161: [INFO] Running dev.selenium.bidi.cdp.CdpTest1162: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s -- in dev.selenium.bidi.cdp.CdpTest1163: [INFO] Running dev.selenium.bidi.cdp.CdpApiTest1164: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.480 s -- in dev.selenium.bidi.cdp.CdpApiTest1165: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.LocateNodesTest1166: [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.004 s -- in dev.selenium.bidirectional.webdriver_bidi.LocateNodesTest1167: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.ActionsTest1168: 11:39:55.543 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1169: 11:39:59.454 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1170: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.63 s -- in dev.selenium.bidirectional.webdriver_bidi.ActionsTest
...
1188: 11:40:54.649 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1189: 11:40:59.123 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1190: 11:41:01.990 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1191: 11:41:05.163 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1192: 11:41:08.361 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1193: 11:41:11.512 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1194: 11:41:15.060 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1195: 11:41:18.169 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1196: [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 78.23 s -- in dev.selenium.bidirectional.webdriver_bidi.BrowsingContextTest
...
1214: 11:42:18.050 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1215: 11:42:21.147 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1216: 11:42:24.125 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1217: 11:42:26.985 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1218: 11:42:30.159 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1219: 11:42:33.135 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1220: 11:42:36.185 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1221: 11:42:39.045 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1222: [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.78 s -- in dev.selenium.bidirectional.webdriver_bidi.ScriptTest1223: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.LogTest1224: 11:42:42.398 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1225: 11:42:45.731 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1226: 11:42:49.080 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1227: 11:42:52.398 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1228: 11:42:55.648 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1229: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.74 s -- in dev.selenium.bidirectional.webdriver_bidi.LogTest1230: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.high_level.LogTest1231: 11:42:58.984 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1232: 11:43:02.143 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1233: 11:43:05.453 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1234: 11:43:08.586 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1235: [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.95 s -- in dev.selenium.bidirectional.webdriver_bidi.high_level.LogTest1236: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.ScriptEventsTest1237: 11:43:11.868 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1238: 11:43:15.028 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1239: [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.163 s -- in dev.selenium.bidirectional.webdriver_bidi.ScriptEventsTest1240: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.NetworkEventsTest1241: 11:43:17.872 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1242: 11:43:21.208 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1243: 11:43:24.246 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1244: 11:43:27.212 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1245: 11:43:30.574 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1246: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.78 s -- in dev.selenium.bidirectional.webdriver_bidi.NetworkEventsTest
...
1249: 11:43:37.129 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1250: 11:43:40.267 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1251: 11:43:43.484 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1252: 11:43:46.487 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1253: 11:43:49.706 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1254: 11:43:52.987 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1255: 11:43:56.259 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1256: 11:43:59.333 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1257: [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.62 s -- in dev.selenium.bidirectional.webdriver_bidi.BrowsingContextInspectorTest1258: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.NetworkCommandsTest1259: [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.002 s -- in dev.selenium.bidirectional.webdriver_bidi.NetworkCommandsTest1260: [INFO] Running dev.selenium.browsers.InternetExplorerTest1261: [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.001 s -- in dev.selenium.browsers.InternetExplorerTest1262: [INFO] Running dev.selenium.browsers.EdgeTest1263: [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.41 s -- in dev.selenium.browsers.EdgeTest
...
1271: 11:45:07.704 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1272: 11:45:11.697 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1273: 11:45:14.333 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1274: 11:45:17.151 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1275: 11:45:19.932 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1276: 11:45:23.121 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1277: 11:45:25.881 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1278: 11:45:28.124 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1279: [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.27 s -- in dev.selenium.browsers.FirefoxTest1280: [INFO] Running dev.selenium.browsers.SafariTest1281: [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s -- in dev.selenium.browsers.SafariTest1282: [INFO] Running dev.selenium.browsers.ChromeTest1283: [ERROR] Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.35 s <<< FAILURE! -- in dev.selenium.browsers.ChromeTest1284: [ERROR] dev.selenium.browsers.ChromeTest.setBrowserLocation -- Time elapsed: 2.886 s <<< ERROR!
...
1311: at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)1312: at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)1313: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)1314: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)1315: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)1316: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)1317: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)1318: [INFO] Running dev.selenium.interactions.PrintOptionsTest1319: [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.883 s -- in dev.selenium.interactions.PrintOptionsTest1320: [INFO] Running dev.selenium.interactions.PrintsPageTest1321: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s -- in dev.selenium.interactions.PrintsPageTest1322: [INFO] Running dev.selenium.interactions.NavigationTest1323: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s -- in dev.selenium.interactions.NavigationTest1324: [INFO] Running dev.selenium.interactions.WindowsTest1325: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s -- in dev.selenium.interactions.WindowsTest1326: [INFO] Running dev.selenium.interactions.InteractionsTest1327: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in dev.selenium.interactions.InteractionsTest1328: [INFO] Running dev.selenium.interactions.FramesTest1329: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s -- in dev.selenium.interactions.FramesTest1330: [INFO] Running dev.selenium.interactions.SavingTest1331: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s -- in dev.selenium.interactions.SavingTest1332: [INFO] Running dev.selenium.interactions.VirtualAuthenticatorTest1333: [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.084 s -- in dev.selenium.interactions.VirtualAuthenticatorTest1334: [INFO] Running dev.selenium.actions_api.ActionsTest1335: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.634 s -- in dev.selenium.actions_api.ActionsTest1336: [INFO] Running dev.selenium.actions_api.PenTest1337: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 s -- in dev.selenium.actions_api.PenTest1338: [INFO] Running dev.selenium.actions_api.KeysTest1339: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.243 s -- in dev.selenium.actions_api.KeysTest1340: [INFO] Running dev.selenium.actions_api.MouseTest1341: [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.285 s -- in dev.selenium.actions_api.MouseTest1342: [INFO] Running dev.selenium.actions_api.WheelTest1343: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.950 s -- in dev.selenium.actions_api.WheelTest1344: [INFO] Running dev.selenium.support.SelectListTest1345: [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.280 s -- in dev.selenium.support.SelectListTest1346: [INFO] Running CookiesTest1347: [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.308 s -- in CookiesTest1348: 11:46:27.652 INFO [GridModel.setAvailability] - Switching Node 68d71476-f19b-40ea-8273-1a08a03084ff (uri: http://10.1.0.23:14314) from UP to DRAINING1349: 11:46:27.652 INFO [GridModel.setAvailability] - Switching Node 7cc81711-d9af-4ae5-b42d-d4604f11f870 (uri: https://10.1.0.23:13160) from UP to DRAINING1350: 11:46:27.652 INFO [LocalNode.drain] - Firing node drain complete message1351: [INFO] 1352: [INFO] Results:1353: [INFO] 1354: [ERROR] Errors: 1355: [ERROR] ChromeTest.setBrowserLocation:56 » SessionNotCreated Could not start a new session. Response code 500. Message: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir 1356: Host info: host: 'fv-az1371-309', ip: '10.1.0.23'1357: Build info: version: '4.27.0', revision: 'd6e718d134'1358: System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1017-azure', java.version: '17.0.13'1359: Driver info: org.openqa.selenium.chrome.ChromeDriver1360: Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], binary: /home/runner/.cache/seleniu..., extensions: []}}]}]1361: [ERROR] ServiceTest.setDriverLocation:28 » SessionNotCreated Could not start a new session. Response code 500. Message: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir 1362: Host info: host: 'fv-az1371-309', ip: '10.1.0.23'1363: Build info: version: '4.27.0', revision: 'd6e718d134'1364: System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1017-azure', java.version: '17.0.13'1365: Driver info: org.openqa.selenium.chrome.ChromeDriver1366: Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], binary: /home/runner/.cache/seleniu..., extensions: []}}]}]1367: [INFO] 1368: [ERROR] Tests run: 256, Failures: 0, Errors: 2, Skipped: 291369: [INFO] 1370: [INFO] ------------------------------------------------------------------------1371: [INFO] BUILD FAILURE1372: [INFO] ------------------------------------------------------------------------1373: [INFO] Total time: 07:53 min1374: [INFO] Finished at: [INFO] ------------------------------------------------------------------------1375: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on project selenium-examples: 1376: [ERROR] 1377: [ERROR] See /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/java/target/surefire-reports for the individual test results.1378: [ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.1379: [ERROR] -> [Help 1]1380: [ERROR] 1381: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.1382: [ERROR] Re-run Maven using the -X switch to enable full debug logging.1383: [ERROR] 1384: [ERROR] For more information about the errors and possible solutions, please read the following articles:1385: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException1386: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
...
1410: [INFO] 1411: [INFO] --- surefire:3.5.2:test (default-test) @ selenium-examples ---1412: [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider1413: [INFO] 1414: [INFO] -------------------------------------------------------1415: [INFO] T E S T S1416: [INFO] -------------------------------------------------------1417: [INFO] Running AlertsTest1418: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 s -- in AlertsTest1419: [INFO] Running dev.selenium.waits.WaitsTest1420: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.306 s -- in dev.selenium.waits.WaitsTest1421: [INFO] Running dev.selenium.drivers.OptionsTest1422: [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.309 s -- in dev.selenium.drivers.OptionsTest1423: [INFO] Running dev.selenium.drivers.RemoteWebDriverTest1424: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.926 s -- in dev.selenium.drivers.RemoteWebDriverTest1425: [INFO] Running dev.selenium.drivers.ServiceTest1426: [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.779 s <<< FAILURE! -- in dev.selenium.drivers.ServiceTest1427: [ERROR] dev.selenium.drivers.ServiceTest.setDriverLocation -- Time elapsed: 2.763 s <<< ERROR!
...
1453: at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)1454: at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)1455: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)1456: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)1457: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)1458: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)1459: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)1460: [INFO] Running dev.selenium.drivers.HttpClientTest1461: [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.080 s -- in dev.selenium.drivers.HttpClientTest1462: [INFO] Running dev.selenium.elements.InformationTest1463: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s -- in dev.selenium.elements.InformationTest1464: [INFO] Running dev.selenium.elements.FileUploadTest1465: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s -- in dev.selenium.elements.FileUploadTest1466: [INFO] Running dev.selenium.elements.InteractionTest1467: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.790 s -- in dev.selenium.elements.InteractionTest1468: [INFO] Running dev.selenium.troubleshooting.LoggingTest1469: 11:47:12.248 WARN [LoggingTest.logging] - this is a warning1470: 11:47:12.253 INFO [LoggingTest.logging] - this is useful information1471: 11:47:12.254 DEBUG [LoggingTest.logging] - this is detailed debug information1472: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in dev.selenium.troubleshooting.LoggingTest1473: [INFO] Running dev.selenium.getting_started.UsingSeleniumTest1474: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s -- in dev.selenium.getting_started.UsingSeleniumTest1475: [INFO] Running dev.selenium.bidi.cdp.LoggingTest1476: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 s -- in dev.selenium.bidi.cdp.LoggingTest1477: [INFO] Running dev.selenium.bidi.cdp.ScriptTest1478: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.805 s -- in dev.selenium.bidi.cdp.ScriptTest1479: [INFO] Running dev.selenium.bidi.cdp.NetworkTest1480: [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.363 s -- in dev.selenium.bidi.cdp.NetworkTest1481: [INFO] Running dev.selenium.bidi.cdp.CdpTest1482: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s -- in dev.selenium.bidi.cdp.CdpTest1483: [INFO] Running dev.selenium.bidi.cdp.CdpApiTest1484: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 s -- in dev.selenium.bidi.cdp.CdpApiTest1485: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.LocateNodesTest1486: [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.004 s -- in dev.selenium.bidirectional.webdriver_bidi.LocateNodesTest1487: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.ActionsTest1488: 11:47:26.460 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1489: 11:47:29.902 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1490: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.962 s -- in dev.selenium.bidirectional.webdriver_bidi.ActionsTest
...
1508: 11:48:23.227 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1509: 11:48:27.451 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1510: 11:48:30.310 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1511: 11:48:33.158 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1512: 11:48:36.334 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1513: 11:48:39.501 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1514: 11:48:42.730 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1515: 11:48:45.628 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1516: [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 75.32 s -- in dev.selenium.bidirectional.webdriver_bidi.BrowsingContextTest
...
1534: 11:49:43.850 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1535: 11:49:46.814 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1536: 11:49:50.152 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1537: 11:49:53.022 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1538: 11:49:55.913 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1539: 11:49:58.967 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1540: 11:50:02.020 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1541: 11:50:04.863 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1542: [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.17 s -- in dev.selenium.bidirectional.webdriver_bidi.ScriptTest1543: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.LogTest1544: 11:50:08.201 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1545: 11:50:11.530 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1546: 11:50:14.837 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1547: 11:50:18.286 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1548: 11:50:21.752 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1549: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.03 s -- in dev.selenium.bidirectional.webdriver_bidi.LogTest1550: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.high_level.LogTest1551: 11:50:25.290 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1552: 11:50:28.697 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1553: 11:50:32.174 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1554: 11:50:35.532 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1555: [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.81 s -- in dev.selenium.bidirectional.webdriver_bidi.high_level.LogTest1556: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.ScriptEventsTest1557: 11:50:38.864 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1558: 11:50:42.076 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1559: [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.233 s -- in dev.selenium.bidirectional.webdriver_bidi.ScriptEventsTest1560: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.NetworkEventsTest1561: 11:50:45.087 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1562: 11:50:48.275 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1563: 11:50:51.598 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1564: 11:50:55.141 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1565: 11:50:58.406 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1566: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.53 s -- in dev.selenium.bidirectional.webdriver_bidi.NetworkEventsTest
...
1569: 11:51:04.328 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1570: 11:51:07.392 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1571: 11:51:10.406 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1572: 11:51:13.478 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1573: 11:51:16.534 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1574: 11:51:19.642 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1575: 11:51:22.918 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1576: 11:51:25.997 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1577: [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.48 s -- in dev.selenium.bidirectional.webdriver_bidi.BrowsingContextInspectorTest1578: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.NetworkCommandsTest1579: [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.002 s -- in dev.selenium.bidirectional.webdriver_bidi.NetworkCommandsTest1580: [INFO] Running dev.selenium.browsers.InternetExplorerTest1581: [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.001 s -- in dev.selenium.browsers.InternetExplorerTest1582: [INFO] Running dev.selenium.browsers.EdgeTest1583: [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.58 s -- in dev.selenium.browsers.EdgeTest
...
1591: 11:52:14.872 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1592: 11:52:18.670 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1593: 11:52:21.669 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1594: 11:52:24.459 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1595: 11:52:27.546 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1596: 11:52:30.684 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1597: 11:52:33.642 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1598: 11:52:36.085 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1599: [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.33 s -- in dev.selenium.browsers.FirefoxTest1600: [INFO] Running dev.selenium.browsers.SafariTest1601: [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s -- in dev.selenium.browsers.SafariTest1602: [INFO] Running dev.selenium.browsers.ChromeTest1603: [ERROR] Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.88 s <<< FAILURE! -- in dev.selenium.browsers.ChromeTest1604: [ERROR] dev.selenium.browsers.ChromeTest.setBrowserLocation -- Time elapsed: 2.792 s <<< ERROR!
...
1631: at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)1632: at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)1633: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)1634: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)1635: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)1636: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)1637: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)1638: [INFO] Running dev.selenium.interactions.PrintOptionsTest1639: [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.705 s -- in dev.selenium.interactions.PrintOptionsTest1640: [INFO] Running dev.selenium.interactions.PrintsPageTest1641: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.657 s -- in dev.selenium.interactions.PrintsPageTest1642: [INFO] Running dev.selenium.interactions.NavigationTest1643: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.910 s -- in dev.selenium.interactions.NavigationTest1644: [INFO] Running dev.selenium.interactions.WindowsTest1645: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in dev.selenium.interactions.WindowsTest1646: [INFO] Running dev.selenium.interactions.InteractionsTest1647: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 s -- in dev.selenium.interactions.InteractionsTest1648: [INFO] Running dev.selenium.interactions.FramesTest1649: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 s -- in dev.selenium.interactions.FramesTest1650: [INFO] Running dev.selenium.interactions.SavingTest1651: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 s -- in dev.selenium.interactions.SavingTest1652: [INFO] Running dev.selenium.interactions.VirtualAuthenticatorTest1653: [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.928 s -- in dev.selenium.interactions.VirtualAuthenticatorTest1654: [INFO] Running dev.selenium.actions_api.ActionsTest1655: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.530 s -- in dev.selenium.actions_api.ActionsTest1656: [INFO] Running dev.selenium.actions_api.PenTest1657: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s -- in dev.selenium.actions_api.PenTest1658: [INFO] Running dev.selenium.actions_api.KeysTest1659: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.136 s -- in dev.selenium.actions_api.KeysTest1660: [INFO] Running dev.selenium.actions_api.MouseTest1661: [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.892 s -- in dev.selenium.actions_api.MouseTest1662: [INFO] Running dev.selenium.actions_api.WheelTest1663: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.983 s -- in dev.selenium.actions_api.WheelTest1664: [INFO] Running dev.selenium.support.SelectListTest1665: [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.181 s -- in dev.selenium.support.SelectListTest1666: [INFO] Running CookiesTest1667: [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.410 s -- in CookiesTest
...
1669: 11:53:33.539 INFO [LocalNode.drain] - Firing node drain complete message1670: 11:53:33.539 INFO [GridModel.setAvailability] - Switching Node a6b2d4b2-6c5e-4904-81ed-eb16f6f6b9b2 (uri: https://10.1.0.23:22820) from UP to DRAINING1671: 11:53:33.540 INFO [LocalNode.drain] - Firing node drain complete message1672: 11:53:33.540 INFO [GridModel.setAvailability] - Switching Node c00821fe-b098-480f-b82d-d80aaa94b042 (uri: http://10.1.0.23:3964) from UP to DRAINING1673: 11:53:33.540 INFO [LocalNode.drain] - Firing node drain complete message1674: [INFO] 1675: [INFO] Results:1676: [INFO] 1677: [ERROR] Errors: 1678: [ERROR] ChromeTest.setBrowserLocation:56 » SessionNotCreated Could not start a new session. Response code 500. Message: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir 1679: Host info: host: 'fv-az1371-309', ip: '10.1.0.23'1680: Build info: version: '4.27.0', revision: 'd6e718d134'1681: System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1017-azure', java.version: '17.0.13'1682: Driver info: org.openqa.selenium.chrome.ChromeDriver1683: Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], binary: /home/runner/.cache/seleniu..., extensions: []}}]}]1684: [ERROR] ServiceTest.setDriverLocation:28 » SessionNotCreated Could not start a new session. Response code 500. Message: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir 1685: Host info: host: 'fv-az1371-309', ip: '10.1.0.23'1686: Build info: version: '4.27.0', revision: 'd6e718d134'1687: System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1017-azure', java.version: '17.0.13'1688: Driver info: org.openqa.selenium.chrome.ChromeDriver1689: Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], binary: /home/runner/.cache/seleniu..., extensions: []}}]}]1690: [INFO] 1691: [ERROR] Tests run: 256, Failures: 0, Errors: 2, Skipped: 291692: [INFO] 1693: [INFO] ------------------------------------------------------------------------1694: [INFO] BUILD FAILURE1695: [INFO] ------------------------------------------------------------------------1696: [INFO] Total time: 06:54 min1697: [INFO] Finished at: [INFO] ------------------------------------------------------------------------1698: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on project selenium-examples: 1699: [ERROR] 1700: [ERROR] See /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/java/target/surefire-reports for the individual test results.1701: [ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.1702: [ERROR] -> [Help 1]1703: [ERROR] 1704: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.1705: [ERROR] Re-run Maven using the -X switch to enable full debug logging.1706: [ERROR] 1707: [ERROR] For more information about the errors and possible solutions, please read the following articles:1708: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException1709: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
...
1733: [INFO] 1734: [INFO] --- surefire:3.5.2:test (default-test) @ selenium-examples ---1735: [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider1736: [INFO] 1737: [INFO] -------------------------------------------------------1738: [INFO] T E S T S1739: [INFO] -------------------------------------------------------1740: [INFO] Running AlertsTest1741: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.907 s -- in AlertsTest1742: [INFO] Running dev.selenium.waits.WaitsTest1743: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.424 s -- in dev.selenium.waits.WaitsTest1744: [INFO] Running dev.selenium.drivers.OptionsTest1745: [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.250 s -- in dev.selenium.drivers.OptionsTest1746: [INFO] Running dev.selenium.drivers.RemoteWebDriverTest1747: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.852 s -- in dev.selenium.drivers.RemoteWebDriverTest1748: [INFO] Running dev.selenium.drivers.ServiceTest1749: [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.782 s <<< FAILURE! -- in dev.selenium.drivers.ServiceTest1750: [ERROR] dev.selenium.drivers.ServiceTest.setDriverLocation -- Time elapsed: 2.764 s <<< ERROR!
...
1776: at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)1777: at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)1778: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)1779: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)1780: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)1781: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)1782: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)1783: [INFO] Running dev.selenium.drivers.HttpClientTest1784: [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.015 s -- in dev.selenium.drivers.HttpClientTest1785: [INFO] Running dev.selenium.elements.InformationTest1786: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s -- in dev.selenium.elements.InformationTest1787: [INFO] Running dev.selenium.elements.FileUploadTest1788: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in dev.selenium.elements.FileUploadTest1789: [INFO] Running dev.selenium.elements.InteractionTest1790: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s -- in dev.selenium.elements.InteractionTest1791: [INFO] Running dev.selenium.troubleshooting.LoggingTest1792: 11:54:17.445 WARN [LoggingTest.logging] - this is a warning1793: 11:54:17.450 INFO [LoggingTest.logging] - this is useful information1794: 11:54:17.450 DEBUG [LoggingTest.logging] - this is detailed debug information1795: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in dev.selenium.troubleshooting.LoggingTest1796: [INFO] Running dev.selenium.getting_started.UsingSeleniumTest1797: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 s -- in dev.selenium.getting_started.UsingSeleniumTest1798: [INFO] Running dev.selenium.bidi.cdp.LoggingTest1799: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s -- in dev.selenium.bidi.cdp.LoggingTest1800: [INFO] Running dev.selenium.bidi.cdp.ScriptTest1801: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.740 s -- in dev.selenium.bidi.cdp.ScriptTest1802: [INFO] Running dev.selenium.bidi.cdp.NetworkTest1803: [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.385 s -- in dev.selenium.bidi.cdp.NetworkTest1804: [INFO] Running dev.selenium.bidi.cdp.CdpTest1805: [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 s -- in dev.selenium.bidi.cdp.CdpTest1806: [INFO] Running dev.selenium.bidi.cdp.CdpApiTest1807: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.476 s -- in dev.selenium.bidi.cdp.CdpApiTest1808: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.LocateNodesTest1809: [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.005 s -- in dev.selenium.bidirectional.webdriver_bidi.LocateNodesTest1810: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.ActionsTest1811: 11:54:31.436 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1812: 11:54:34.718 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1813: [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.679 s -- in dev.selenium.bidirectional.webdriver_bidi.ActionsTest
...
1831: 11:55:30.494 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1832: 11:55:34.634 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1833: 11:55:37.549 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1834: 11:55:40.666 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1835: 11:55:43.643 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1836: 11:55:46.853 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1837: 11:55:50.183 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1838: 11:55:53.278 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1839: [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 78.23 s -- in dev.selenium.bidirectional.webdriver_bidi.BrowsingContextTest
...
1857: 11:56:53.088 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1858: 11:56:56.051 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1859: 11:56:59.314 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1860: 11:57:02.381 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1861: 11:57:05.593 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1862: 11:57:08.567 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1863: 11:57:11.716 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1864: 11:57:14.839 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1865: [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.48 s -- in dev.selenium.bidirectional.webdriver_bidi.ScriptTest1866: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.LogTest1867: 11:57:18.230 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1868: 11:57:21.413 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1869: 11:57:24.894 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1870: 11:57:28.409 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1871: 11:57:31.821 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1872: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.15 s -- in dev.selenium.bidirectional.webdriver_bidi.LogTest1873: [INFO] Running dev.selenium.bidirectional.webdriver_bidi.high_level.LogTest1874: 11:57:35.316 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versions. Please switch to WebDriver BiDi.1875: 11:57:38.603 WARN [FirefoxDriver.<init>] - CDP support for Firefox is deprecated and will be removed in future versio...
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Tests, Enhancement
Description
Added a new test for RemoteWebDriver with embedded authentication in URL.
Introduced a helper method to embed authentication credentials into a URL.
Enhanced SSL context creation with CA certificate for secure connections.
Improved test coverage for RemoteWebDriver configurations.
Changes walkthrough 📝
HttpClientTest.java
Add test for RemoteWebDriver with embedded authentication
examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java
remoteWebDriverWithEmbedAuthUrl
.embedAuthToUrl
helper method for URL authentication.