(String browsingContext)
| 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( |