diff --git a/browser/mapping_test.go b/browser/mapping_test.go index 5dc95431f..1c047050f 100644 --- a/browser/mapping_test.go +++ b/browser/mapping_test.go @@ -350,8 +350,6 @@ type consoleMessageAPI interface { // frameAPI is the interface of a CDP target frame. type frameAPI interface { - AddScriptTag(opts goja.Value) - AddStyleTag(opts goja.Value) Check(selector string, opts goja.Value) ChildFrames() []*common.Frame Click(selector string, opts goja.Value) error