Dalek.DriverNative.Commands.Url Class
Url related methods
Methods
_openCb
-
url -
hash -
uuid
Sends out an event with the results of the open call
Parameters:
-
urlStringUrl to navigate to
-
hashStringUnique hash of that fn call
-
uuidStringUnique hash of that fn call
Returns:
promise Open promise
_urlCb
-
expected -
hash -
url
Sends out an event with the results of the url call
Parameters:
-
expectedStringExpected url
-
hashStringUnique hash of that fn call
-
urlStringSerialized JSON result of url call
Returns:
promise Url promise
back
-
hash -
uuid
Navigate backwards in the browser history, if possible.
Parameters:
-
hashStringUnique hash of that fn call
-
uuidStringUnique hash of that fn call
forward
-
hash -
uuid
Navigate forwards in the browser history, if possible.
Parameters:
-
hashStringUnique hash of that fn call
-
uuidStringUnique hash of that fn call
open
-
url -
hash -
uuid
Navigate to a new URL
Parameters:
-
urlStringUrl to navigate to
-
hashStringUnique hash of that fn call
-
uuidStringUnique hash of that fn call
refresh
-
hash -
uuid
Refresh the current page
Parameters:
-
hashStringUnique hash of that fn call
-
uuidStringUnique hash of that fn call
url
-
expected -
hash
Fetches the current url
Parameters:
-
expectedStringExpected url
-
hashStringUnique hash of that fn call
