Skip to content

Commit

Permalink
Remove common.WaitForEventOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Nov 6, 2024
1 parent 5836d19 commit 4634741
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions common/browser_context_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package common
import (
"context"
"fmt"
"time"

"github.com/grafana/sobek"

Expand Down Expand Up @@ -97,12 +96,6 @@ func NewBrowserContextOptions() *BrowserContextOptions {
}
}

// WaitForEventOptions are the options used by the browserContext.waitForEvent API.
type WaitForEventOptions struct {
Timeout time.Duration
PredicateFn sobek.Callable
}

// GrantPermissionsOptions is used by BrowserContext.GrantPermissions.
type GrantPermissionsOptions struct {
Origin string
Expand Down

0 comments on commit 4634741

Please sign in to comment.