mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-12-30 11:30:43 +00:00
chore: remove custom signatures for non-java methods (#281)
This commit is contained in:
parent
0afb42bb0f
commit
f3003bad20
@ -424,9 +424,6 @@ class Method extends Element {
|
||||
"void route(Pattern url, Consumer<Route> handler);",
|
||||
"void route(Predicate<String> url, Consumer<Route> handler);",
|
||||
});
|
||||
// There is no standard JSON type in Java.
|
||||
customSignature.put("Response.json", new String[0]);
|
||||
customSignature.put("Request.postDataJSON", new String[0]);
|
||||
customSignature.put("Page.frame", new String[]{
|
||||
"Frame frameByName(String name);",
|
||||
"Frame frameByUrl(String glob);",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user