We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44707e7 commit 818ab08Copy full SHA for 818ab08
examples/hackernews/main.go
@@ -51,7 +51,7 @@ func main() {
51
// Wait until the URL has changed with a timeout of 1 second and a check
52
// interval of 10ms..
53
newLink := "https://news.ycombinator.com/newest"
54
- ok := driver.Wait(goselenium.UntilURLIs(newLink), 10*time.Second, 10*time.Millisecond)
+ ok := driver.Wait(goselenium.UntilURLIs(newLink), 1*time.Second, 10*time.Millisecond)
55
if !ok {
56
fmt.Println("Wait timed out :<")
57
return
0 commit comments