This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Enhance browser.ready
#3900
Closed
sjelin opened this issue
Dec 30, 2016
· 0 comments
· Fixed by Jakub41/Flights-Scraper-CPH-Kastrup#46
Closed
Enhance browser.ready
#3900
sjelin opened this issue
Dec 30, 2016
· 0 comments
· Fixed by Jakub41/Flights-Scraper-CPH-Kastrup#46
Comments
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
sjelin
added a commit
that referenced
this issue
Jan 26, 2017
sjelin
added a commit
that referenced
this issue
Jan 26, 2017
igniteram
pushed a commit
to igniteram/protractor
that referenced
this issue
Feb 21, 2017
1 task
1 task
bodyduardU
pushed a commit
to bodyduardU/protractor
that referenced
this issue
Dec 5, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a world without the WebDriver Control Flow, we're going to need
browser.ready
to be better:driver.getSession()
, since that will wait for the browser session to startgetCapabilities()
call call in theProtractorBrowser
constructor.setScriptTimeout()
call inrunner.createBrowser
, instead of overwritingbrowser_.driver.getCurrentUrl()
call inforkNewDriverInstance
, and also return the result ofnewBrowser.get(url)
in the subsequentthen
blockThe text was updated successfully, but these errors were encountered: