Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ result
Method
result
javascript/selenium-webdriver/io/exec.js:100–102 ·
view source on GitHub ↗
* @return {!Promise<!Result>} A promise for the result of this * command.
()
Source
from the content-addressed store, hash-verified
98
* command.
99
*/
100
result() {
101
return
/** @
type
{!Promise<!Result>} */ (COMMAND_RESULT.get(this))
102
}
103
104
/**
105
* Sends a signal to the underlying process.
Callers
3
start
Method · 0.80
test_concurrent_event_handler_registration
Function · 0.80
test_concurrent_event_handler_removal
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
2
test_concurrent_event_handler_registration
Function · 0.64
test_concurrent_event_handler_removal
Function · 0.64