MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / release

Method release

java/src/org/openqa/selenium/bidi/module/Input.java:91–93  ·  view source on GitHub ↗
(String browsingContext)

Source from the content-addressed store, hash-verified

89 }
90
91 public void release(String browsingContext) {
92 bidi.send(new Command<>("input.releaseActions", Map.of("context", browsingContext)));
93 }
94
95 public void setFiles(String browsingContext, RemoteReference element, List<String> files) {
96 bidi.send(

Calls 2

sendMethod · 0.65
ofMethod · 0.45