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

Method delete

java/src/org/openqa/selenium/remote/http/Route.java:96–101  ·  view source on GitHub ↗
(String template)

Source from the content-addressed store, hash-verified

94 }
95
96 public static TemplatizedRouteConfig delete(String template) {
97 UrlTemplate urlTemplate = new UrlTemplate(Require.nonNull("URL template", template));
98
99 return new TemplatizedRouteConfig(
100 new MatchesHttpMethod(DELETE).and(new MatchesTemplate(urlTemplate)), urlTemplate);
101 }
102
103 public static TemplatizedRouteConfig get(String template) {
104 UrlTemplate urlTemplate = new UrlTemplate(Require.nonNull("URL template", template));

Callers 15

available_assetsMethod · 0.45
json_createMethod · 0.45
initializeMethod · 0.45
requestMethod · 0.45
defineMethod · 0.45
initializeMethod · 0.45
name_and_versionMethod · 0.45
send_cmdMethod · 0.45
reapMethod · 0.45
remove_handlerMethod · 0.45

Calls 2

nonNullMethod · 0.95
andMethod · 0.80

Tested by 14

reset_driver!Method · 0.36
with_envMethod · 0.36
canCheckFileArgumentMethod · 0.36
canCheckFilePathStateMethod · 0.36
testFilesMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
testFileCopyMethod · 0.36
tearDownMethod · 0.36