Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ send
Method
send
java/src/org/openqa/selenium/remote/http/WebSocket.java:29–29 ·
view source on GitHub ↗
(Message message)
Source
from the content-addressed store, hash-verified
27
Logger LOG = Logger.getLogger(WebSocket.
class
.getName());
28
29
WebSocket send(Message message);
30
31
default WebSocket sendText(CharSequence data) {
32
return
send(
new
TextMessage(data));
Callers
15
webSocketHandlersShouldBeAbleToFireMoreThanOneMessage
Method · 0.95
generate_capabilities
Method · 0.65
define
Method · 0.65
initialize
Method · 0.65
initialize_local_driver
Method · 0.65
process_options
Method · 0.65
add_input
Method · 0.65
json_create
Method · 0.65
discard_or_log
Method · 0.65
parse_result_and_log
Method · 0.65
button_action
Method · 0.65
key_action
Method · 0.65
Calls
no outgoing calls
Tested by
7
webSocketHandlersShouldBeAbleToFireMoreThanOneMessage
Method · 0.76
server_status
Method · 0.52
build_options
Method · 0.52
shouldBeAbleToSwitchWindowsAndCloseTheOriginal
Method · 0.52
shouldBeAbleToCreateSessionForANewTab
Method · 0.52
execute
Method · 0.52
execute
Method · 0.52