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
The action failed due to compilation errors in the Java test files. The main issue is that the code is trying to import and use packages from org.openqa.selenium.devtools.v131.* which do not exist.
Specifically:
In files CdpApiTest.java and NetworkTest.java, imports for packages like org.openqa.selenium.devtools.v131.browser, org.openqa.selenium.devtools.v131.network, and org.openqa.selenium.devtools.v131.performance are missing
This results in multiple "cannot find symbol" errors for classes and variables like Network, Browser, Headers, Performance, and Metric
The Maven build failed during the test compilation phase with 21 errors related to these missing packages
Relevant error logs:
1: ##[group]Operating System2: Microsoft Windows Server 2022
...
183: Certificate was added to keystore184: ##[group]Run nick-invision/[email protected]185: with:186: timeout_minutes: 40187: max_attempts: 3188: command: pip install yq 189: $xml_content = Invoke-WebRequest -Uri "https://oss.sonatype.org/service/local/repositories/snapshots/content/org/seleniumhq/selenium/selenium-java/"190: $latest_snapshot = $xml_content.Content | xq '.content.data.\"content-item\"' | jq -r 'sort_by(.lastModified) | last | .text'191: Write-Output "Latest Selenium Snapshot: $latest_snapshot"192: cd examples/java193: mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true"194:
195: retry_wait_seconds: 10196: polling_interval_seconds: 1197: warning_on_retry: true198: continue_on_error: false199: env:
...
297: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.pom298: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.pom299: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.pom (5.6 kB at 348 kB/s)300: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/33.4.0-android/guava-parent-33.4.0-android.pom301: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/33.4.0-android/guava-parent-33.4.0-android.pom302: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/33.4.0-android/guava-parent-33.4.0-android.pom (22 kB at 694 kB/s)303: [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.pom304: [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.pom305: [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 73 kB/s)306: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom307: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom308: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 318 kB/s)309: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom310: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom311: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 212 kB/s)312: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.pom313: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.pom314: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.pom (4.3 kB at 266 kB/s)315: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.36.0/error_prone_parent-2.36.0.pom316: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.36.0/error_prone_parent-2.36.0.pom317: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.36.0/error_prone_parent-2.36.0.pom (16 kB at 997 kB/s)318: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom
...
519: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom520: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom521: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom (13 kB at 856 kB/s)522: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom523: [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.pom524: [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 1.2 MB/s)525: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom526: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom527: [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)528: [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.pom529: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom530: [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 268 kB/s)531: [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.pom532: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom533: [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)534: [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.pom535: [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.pom536: [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)537: [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.pom538: [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.pom539: [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 739 kB/s)540: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
...
669: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/opentelemetry-sdk-trace/1.48.0/opentelemetry-sdk-trace-1.48.0.jar670: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/opentelemetry-sdk/1.48.0/opentelemetry-sdk-1.48.0.jar671: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/opentelemetry-sdk-metrics/1.48.0/opentelemetry-sdk-metrics-1.48.0.jar672: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/opentelemetry-sdk-logs/1.48.0/opentelemetry-sdk-logs-1.48.0.jar673: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/bytebuddy/byte-buddy/1.17.2/byte-buddy-1.17.2.jar674: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-os/4.30.0/selenium-os-4.30.0.jar675: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar676: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-safari-driver/4.30.0/selenium-safari-driver-4.30.0.jar677: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-support/4.30.0/selenium-support-4.30.0.jar678: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-grid/4.30.0/selenium-grid-4.30.0.jar679: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/beust/jcommander/1.82/jcommander-1.82.jar680: [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.jar681: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/33.4.5-jre/guava-33.4.5-jre.jar682: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar683: [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.jar684: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.jar685: [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar
...
763: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-devtools-v132/4.30.0/selenium-devtools-v132-4.30.0.jar (1.6 MB at 14 MB/s)764: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/4.30.0/selenium-support-4.30.0.jar765: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/4.30.0/selenium-safari-driver-4.30.0.jar (26 kB at 243 kB/s)766: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-grid/4.30.0/selenium-grid-4.30.0.jar767: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar (66 kB at 604 kB/s)768: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.82/jcommander-1.82.jar769: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-os/4.30.0/selenium-os-4.30.0.jar (30 kB at 271 kB/s)770: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar771: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/4.30.0/selenium-support-4.30.0.jar (176 kB at 1.4 MB/s)772: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.4.5-jre/guava-33.4.5-jre.jar773: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.82/jcommander-1.82.jar (88 kB at 696 kB/s)774: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar775: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar (3.2 kB at 25 kB/s)776: [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.jar777: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-grid/4.30.0/selenium-grid-4.30.0.jar (1.6 MB at 12 MB/s)778: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.jar779: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar (11 kB at 68 kB/s)780: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar781: [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 14 kB/s)782: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/22.3/graphql-java-22.3.jar783: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.jar (19 kB at 123 kB/s)784: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/java-dataloader/3.3.0/java-dataloader-3.3.0.jar
...
973: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar (26 kB at 1.6 MB/s)974: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 12 MB/s)975: [INFO] No sources to compile976: [INFO] 977: [INFO] --- resources:3.3.1:testResources (default-testResources) @ selenium-examples ---978: [INFO] Copying 8 resources from src\test\resources to target\test-classes979: [INFO] 980: [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ selenium-examples ---981: [INFO] Recompiling the module because of changed dependency.982: [INFO] Compiling 60 source files with javac [debug target 17] to target\test-classes983: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java: Some input files use or override a deprecated API.984: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java: Recompile with -Xlint:deprecation for details.985: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/ScriptTest.java: Some input files use unchecked or unsafe operations.986: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/ScriptTest.java: Recompile with -Xlint:unchecked for details.987: [INFO] -------------------------------------------------------------988: [ERROR] COMPILATION ERROR : 989: [INFO] -------------------------------------------------------------990: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[19,49] package org.openqa.selenium.devtools.v131.browser does not exist991: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[20,49] package org.openqa.selenium.devtools.v131.network does not exist992: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[21,55] package org.openqa.selenium.devtools.v131.network.model does not exist993: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[24,49] package org.openqa.selenium.devtools.v131.browser does not exist994: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[25,49] package org.openqa.selenium.devtools.v131.network does not exist995: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[26,53] package org.openqa.selenium.devtools.v131.performance does not exist996: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[27,59] package org.openqa.selenium.devtools.v131.performance.model does not exist997: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[39,19] cannot find symbol998: symbol: variable Network999: location: class dev.selenium.bidi.cdp.CdpApiTest1000: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,51] cannot find symbol1001: symbol: class Headers1002: location: class dev.selenium.bidi.cdp.CdpApiTest1003: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,19] cannot find symbol1004: symbol: variable Network1005: location: class dev.selenium.bidi.cdp.CdpApiTest1006: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[61,20] package Browser does not exist1007: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[60,9] cannot find symbol1008: symbol: variable Browser1009: location: class dev.selenium.bidi.cdp.CdpApiTest1010: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[68,9] cannot find symbol1011: symbol: variable Browser1012: location: class dev.selenium.bidi.cdp.CdpApiTest1013: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[125,19] cannot find symbol1014: symbol: variable Performance1015: location: class dev.selenium.bidi.cdp.NetworkTest1016: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,10] cannot find symbol1017: symbol: class Metric1018: location: class dev.selenium.bidi.cdp.NetworkTest1019: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,45] cannot find symbol1020: symbol: variable Performance1021: location: class dev.selenium.bidi.cdp.NetworkTest1022: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[129,10] cannot find symbol1023: symbol: class Metric1024: location: class dev.selenium.bidi.cdp.NetworkTest1025: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[143,13] cannot find symbol1026: symbol: variable Network1027: location: class dev.selenium.bidi.cdp.NetworkTest1028: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[173,28] package Browser does not exist1029: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[172,13] cannot find symbol1030: symbol: variable Browser1031: location: class dev.selenium.bidi.cdp.NetworkTest1032: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[180,13] cannot find symbol1033: symbol: variable Browser1034: location: class dev.selenium.bidi.cdp.NetworkTest1035: [INFO] 21 errors 1036: [INFO] -------------------------------------------------------------1037: [INFO] ------------------------------------------------------------------------1038: [INFO] BUILD FAILURE1039: [INFO] ------------------------------------------------------------------------1040: [INFO] Total time: 27.175 s1041: [INFO] Finished at: [INFO] ------------------------------------------------------------------------1042: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project selenium-examples: Compilation failure: Compilation failure: 1043: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[19,49] package org.openqa.selenium.devtools.v131.browser does not exist1044: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[20,49] package org.openqa.selenium.devtools.v131.network does not exist1045: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[21,55] package org.openqa.selenium.devtools.v131.network.model does not exist1046: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[24,49] package org.openqa.selenium.devtools.v131.browser does not exist1047: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[25,49] package org.openqa.selenium.devtools.v131.network does not exist1048: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[26,53] package org.openqa.selenium.devtools.v131.performance does not exist1049: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[27,59] package org.openqa.selenium.devtools.v131.performance.model does not exist1050: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[39,19] cannot find symbol1051: [ERROR] symbol: variable Network1052: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1053: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,51] cannot find symbol1054: [ERROR] symbol: class Headers1055: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1056: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,19] cannot find symbol1057: [ERROR] symbol: variable Network1058: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1059: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[61,20] package Browser does not exist1060: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[60,9] cannot find symbol1061: [ERROR] symbol: variable Browser1062: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1063: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[68,9] cannot find symbol1064: [ERROR] symbol: variable Browser1065: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1066: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[125,19] cannot find symbol1067: [ERROR] symbol: variable Performance1068: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1069: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,10] cannot find symbol1070: [ERROR] symbol: class Metric1071: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1072: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,45] cannot find symbol1073: [ERROR] symbol: variable Performance1074: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1075: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[129,10] cannot find symbol1076: [ERROR] symbol: class Metric1077: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1078: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[143,13] cannot find symbol1079: [ERROR] symbol: variable Network1080: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1081: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[173,28] package Browser does not exist1082: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[172,13] cannot find symbol1083: [ERROR] symbol: variable Browser1084: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1085: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[180,13] cannot find symbol1086: [ERROR] symbol: variable Browser1087: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1088: [ERROR] -> [Help 1]1089: [ERROR] 1090: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.1091: [ERROR] Re-run Maven using the -X switch to enable full debug logging.1092: [ERROR] 1093: [ERROR] For more information about the errors and possible solutions, please read the following articles:1094: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException1095: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 11096: ##[endgroup]
...
1119: [INFO] 1120: [INFO] --- compiler:3.13.0:compile (default-compile) @ selenium-examples ---1121: [INFO] No sources to compile1122: [INFO] 1123: [INFO] --- resources:3.3.1:testResources (default-testResources) @ selenium-examples ---1124: [INFO] Copying 8 resources from src\test\resources to target\test-classes1125: [INFO] 1126: [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ selenium-examples ---1127: [INFO] Recompiling the module because of changed source code.1128: [INFO] Compiling 60 source files with javac [debug target 17] to target\test-classes1129: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java: Some input files use or override a deprecated API.1130: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java: Recompile with -Xlint:deprecation for details.1131: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/ScriptTest.java: Some input files use unchecked or unsafe operations.1132: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/ScriptTest.java: Recompile with -Xlint:unchecked for details.1133: [INFO] -------------------------------------------------------------1134: [ERROR] COMPILATION ERROR : 1135: [INFO] -------------------------------------------------------------1136: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[19,49] package org.openqa.selenium.devtools.v131.browser does not exist1137: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[20,49] package org.openqa.selenium.devtools.v131.network does not exist1138: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[21,55] package org.openqa.selenium.devtools.v131.network.model does not exist1139: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[24,49] package org.openqa.selenium.devtools.v131.browser does not exist1140: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[25,49] package org.openqa.selenium.devtools.v131.network does not exist1141: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[26,53] package org.openqa.selenium.devtools.v131.performance does not exist1142: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[27,59] package org.openqa.selenium.devtools.v131.performance.model does not exist1143: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[39,19] cannot find symbol1144: symbol: variable Network1145: location: class dev.selenium.bidi.cdp.CdpApiTest1146: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,51] cannot find symbol1147: symbol: class Headers1148: location: class dev.selenium.bidi.cdp.CdpApiTest1149: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,19] cannot find symbol1150: symbol: variable Network1151: location: class dev.selenium.bidi.cdp.CdpApiTest1152: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[61,20] package Browser does not exist1153: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[60,9] cannot find symbol1154: symbol: variable Browser1155: location: class dev.selenium.bidi.cdp.CdpApiTest1156: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[68,9] cannot find symbol1157: symbol: variable Browser1158: location: class dev.selenium.bidi.cdp.CdpApiTest1159: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[125,19] cannot find symbol1160: symbol: variable Performance1161: location: class dev.selenium.bidi.cdp.NetworkTest1162: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,10] cannot find symbol1163: symbol: class Metric1164: location: class dev.selenium.bidi.cdp.NetworkTest1165: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,45] cannot find symbol1166: symbol: variable Performance1167: location: class dev.selenium.bidi.cdp.NetworkTest1168: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[129,10] cannot find symbol1169: symbol: class Metric1170: location: class dev.selenium.bidi.cdp.NetworkTest1171: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[143,13] cannot find symbol1172: symbol: variable Network1173: location: class dev.selenium.bidi.cdp.NetworkTest1174: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[173,28] package Browser does not exist1175: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[172,13] cannot find symbol1176: symbol: variable Browser1177: location: class dev.selenium.bidi.cdp.NetworkTest1178: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[180,13] cannot find symbol1179: symbol: variable Browser1180: location: class dev.selenium.bidi.cdp.NetworkTest1181: [INFO] 21 errors 1182: [INFO] -------------------------------------------------------------1183: [INFO] ------------------------------------------------------------------------1184: [INFO] BUILD FAILURE1185: [INFO] ------------------------------------------------------------------------1186: [INFO] Total time: 4.078 s1187: [INFO] Finished at: [INFO] ------------------------------------------------------------------------1188: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project selenium-examples: Compilation failure: Compilation failure: 1189: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[19,49] package org.openqa.selenium.devtools.v131.browser does not exist1190: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[20,49] package org.openqa.selenium.devtools.v131.network does not exist1191: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[21,55] package org.openqa.selenium.devtools.v131.network.model does not exist1192: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[24,49] package org.openqa.selenium.devtools.v131.browser does not exist1193: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[25,49] package org.openqa.selenium.devtools.v131.network does not exist1194: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[26,53] package org.openqa.selenium.devtools.v131.performance does not exist1195: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[27,59] package org.openqa.selenium.devtools.v131.performance.model does not exist1196: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[39,19] cannot find symbol1197: [ERROR] symbol: variable Network1198: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1199: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,51] cannot find symbol1200: [ERROR] symbol: class Headers1201: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1202: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,19] cannot find symbol1203: [ERROR] symbol: variable Network1204: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1205: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[61,20] package Browser does not exist1206: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[60,9] cannot find symbol1207: [ERROR] symbol: variable Browser1208: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1209: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[68,9] cannot find symbol1210: [ERROR] symbol: variable Browser1211: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1212: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[125,19] cannot find symbol1213: [ERROR] symbol: variable Performance1214: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1215: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,10] cannot find symbol1216: [ERROR] symbol: class Metric1217: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1218: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,45] cannot find symbol1219: [ERROR] symbol: variable Performance1220: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1221: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[129,10] cannot find symbol1222: [ERROR] symbol: class Metric1223: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1224: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[143,13] cannot find symbol1225: [ERROR] symbol: variable Network1226: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1227: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[173,28] package Browser does not exist1228: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[172,13] cannot find symbol1229: [ERROR] symbol: variable Browser1230: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1231: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[180,13] cannot find symbol1232: [ERROR] symbol: variable Browser1233: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1234: [ERROR] -> [Help 1]1235: [ERROR] 1236: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.1237: [ERROR] Re-run Maven using the -X switch to enable full debug logging.1238: [ERROR] 1239: [ERROR] For more information about the errors and possible solutions, please read the following articles:1240: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException1241: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 11242: ##[endgroup]
...
1265: [INFO] 1266: [INFO] --- compiler:3.13.0:compile (default-compile) @ selenium-examples ---1267: [INFO] No sources to compile1268: [INFO] 1269: [INFO] --- resources:3.3.1:testResources (default-testResources) @ selenium-examples ---1270: [INFO] Copying 8 resources from src\test\resources to target\test-classes1271: [INFO] 1272: [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ selenium-examples ---1273: [INFO] Recompiling the module because of changed source code.1274: [INFO] Compiling 60 source files with javac [debug target 17] to target\test-classes1275: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java: Some input files use or override a deprecated API.1276: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java: Recompile with -Xlint:deprecation for details.1277: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/ScriptTest.java: Some input files use unchecked or unsafe operations.1278: [INFO] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/ScriptTest.java: Recompile with -Xlint:unchecked for details.1279: [INFO] -------------------------------------------------------------1280: [ERROR] COMPILATION ERROR : 1281: [INFO] -------------------------------------------------------------1282: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[19,49] package org.openqa.selenium.devtools.v131.browser does not exist1283: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[20,49] package org.openqa.selenium.devtools.v131.network does not exist1284: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[21,55] package org.openqa.selenium.devtools.v131.network.model does not exist1285: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[24,49] package org.openqa.selenium.devtools.v131.browser does not exist1286: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[25,49] package org.openqa.selenium.devtools.v131.network does not exist1287: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[26,53] package org.openqa.selenium.devtools.v131.performance does not exist1288: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[27,59] package org.openqa.selenium.devtools.v131.performance.model does not exist1289: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[39,19] cannot find symbol1290: symbol: variable Network1291: location: class dev.selenium.bidi.cdp.CdpApiTest1292: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,51] cannot find symbol1293: symbol: class Headers1294: location: class dev.selenium.bidi.cdp.CdpApiTest1295: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,19] cannot find symbol1296: symbol: variable Network1297: location: class dev.selenium.bidi.cdp.CdpApiTest1298: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[61,20] package Browser does not exist1299: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[60,9] cannot find symbol1300: symbol: variable Browser1301: location: class dev.selenium.bidi.cdp.CdpApiTest1302: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[68,9] cannot find symbol1303: symbol: variable Browser1304: location: class dev.selenium.bidi.cdp.CdpApiTest1305: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[125,19] cannot find symbol1306: symbol: variable Performance1307: location: class dev.selenium.bidi.cdp.NetworkTest1308: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,10] cannot find symbol1309: symbol: class Metric1310: location: class dev.selenium.bidi.cdp.NetworkTest1311: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,45] cannot find symbol1312: symbol: variable Performance1313: location: class dev.selenium.bidi.cdp.NetworkTest1314: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[129,10] cannot find symbol1315: symbol: class Metric1316: location: class dev.selenium.bidi.cdp.NetworkTest1317: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[143,13] cannot find symbol1318: symbol: variable Network1319: location: class dev.selenium.bidi.cdp.NetworkTest1320: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[173,28] package Browser does not exist1321: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[172,13] cannot find symbol1322: symbol: variable Browser1323: location: class dev.selenium.bidi.cdp.NetworkTest1324: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[180,13] cannot find symbol1325: symbol: variable Browser1326: location: class dev.selenium.bidi.cdp.NetworkTest1327: [INFO] 21 errors 1328: [INFO] -------------------------------------------------------------1329: [INFO] ------------------------------------------------------------------------1330: [INFO] BUILD FAILURE1331: [INFO] ------------------------------------------------------------------------1332: [INFO] Total time: 3.914 s1333: [INFO] Finished at: [INFO] ------------------------------------------------------------------------1334: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project selenium-examples: Compilation failure: Compilation failure: 1335: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[19,49] package org.openqa.selenium.devtools.v131.browser does not exist1336: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[20,49] package org.openqa.selenium.devtools.v131.network does not exist1337: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[21,55] package org.openqa.selenium.devtools.v131.network.model does not exist1338: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[24,49] package org.openqa.selenium.devtools.v131.browser does not exist1339: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[25,49] package org.openqa.selenium.devtools.v131.network does not exist1340: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[26,53] package org.openqa.selenium.devtools.v131.performance does not exist1341: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[27,59] package org.openqa.selenium.devtools.v131.performance.model does not exist1342: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[39,19] cannot find symbol1343: [ERROR] symbol: variable Network1344: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1345: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,51] cannot find symbol1346: [ERROR] symbol: class Headers1347: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1348: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[44,19] cannot find symbol1349: [ERROR] symbol: variable Network1350: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1351: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[61,20] package Browser does not exist1352: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[60,9] cannot find symbol1353: [ERROR] symbol: variable Browser1354: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1355: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java:[68,9] cannot find symbol1356: [ERROR] symbol: variable Browser1357: [ERROR] location: class dev.selenium.bidi.cdp.CdpApiTest1358: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[125,19] cannot find symbol1359: [ERROR] symbol: variable Performance1360: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1361: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,10] cannot find symbol1362: [ERROR] symbol: class Metric1363: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1364: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[126,45] cannot find symbol1365: [ERROR] symbol: variable Performance1366: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1367: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[129,10] cannot find symbol1368: [ERROR] symbol: class Metric1369: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1370: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[143,13] cannot find symbol1371: [ERROR] symbol: variable Network1372: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1373: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[173,28] package Browser does not exist1374: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[172,13] cannot find symbol1375: [ERROR] symbol: variable Browser1376: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1377: [ERROR] /D:/a/seleniumhq.github.io/seleniumhq.github.io/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java:[180,13] cannot find symbol1378: [ERROR] symbol: variable Browser1379: [ERROR] location: class dev.selenium.bidi.cdp.NetworkTest1380: [ERROR] -> [Help 1]1381: [ERROR] 1382: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.1383: [ERROR] Re-run Maven using the -X switch to enable full debug logging.1384: [ERROR] 1385: [ERROR] For more information about the errors and possible solutions, please read the following articles:1386: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException1387: ##[endgroup]1388: ##[error]Final attempt failed. Child_process exited with error code 11389: Post job cleanup.
renovateBot
changed the title
fix(deps): update dependency org.seleniumhq.selenium:selenium-java to v4.30.0
Update dependency org.seleniumhq.selenium:selenium-java to v4.30.0
Mar 25, 2025
renovateBot
changed the title
Update dependency org.seleniumhq.selenium:selenium-java to v4.30.0
Update dependency org.seleniumhq.selenium:selenium-java to v4.30.0 - abandoned
Mar 26, 2025
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
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
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.
This PR contains the following updates:
4.29.0->4.30.0Release Notes
SeleniumHQ/selenium (org.seleniumhq.selenium:selenium-java)
v4.30.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.