Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ seeInCurrentUrl
Method
seeInCurrentUrl
lib/helper/WebDriver.js:1832–1835 ·
view source on GitHub ↗
* {{> seeInCurrentUrl }} *
(url)
Source
from the content-addressed store, hash-verified
1830
*
1831
*/
1832
async
seeInCurrentUrl(url) {
1833
const
res =
await
this.browser.getUrl()
1834
return
stringIncludes(
'url'
).assert(url, decodeUrl(res))
1835
}
1836
1837
/**
1838
* {{> dontSeeInCurrentUrl }}
Callers
nothing calls this directly
Calls
2
decodeUrl
Function · 0.90
assert
Method · 0.80
Tested by
no test coverage detected