Skip to content

Commit

Permalink
Fix frame test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Apr 10, 2024
1 parent 7090a80 commit edb80c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edb80c2

Please sign in to comment.