Skip to content

Commit

Permalink
Remove cdp v91 from the java bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 1, 2021
1 parent cda568f commit 7926f2d
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 702 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chrome:chrome.publish
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v85:v85.publish
//java/src/org/openqa/selenium/devtools/v91:v91.publish
//java/src/org/openqa/selenium/devtools/v92:v92.publish
//java/src/org/openqa/selenium/devtools/v93:v93.publish
//java/src/org/openqa/selenium/devtools:devtools.publish
Expand Down
2 changes: 1 addition & 1 deletion java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v4.0.0-rc-1
===========

* Supported CDP versions: 85, 91, 92, 93.
* Supported CDP versions: 85, 92, 93.
* Only the name and stereotype are mandatory in nodeConfig.
* No longer sets unexpected alert value in Options by default.
* Update IE options class in each language to match the currently
Expand Down
72 changes: 0 additions & 72 deletions java/src/org/openqa/selenium/devtools/v91/BUILD.bazel

This file was deleted.

29 changes: 0 additions & 29 deletions java/src/org/openqa/selenium/devtools/v91/V91CdpInfo.java

This file was deleted.

70 changes: 0 additions & 70 deletions java/src/org/openqa/selenium/devtools/v91/V91Domains.java

This file was deleted.

116 changes: 0 additions & 116 deletions java/src/org/openqa/selenium/devtools/v91/V91Events.java

This file was deleted.

86 changes: 0 additions & 86 deletions java/src/org/openqa/selenium/devtools/v91/V91Javascript.java

This file was deleted.

Loading

0 comments on commit 7926f2d

Please sign in to comment.