Webs_webdriver.Wd_scriptScript module.
module Serialization_options : sig ... endmodule Result_ownership : sig ... endmodule Channel : sig ... endmodule Channel_properties : sig ... endmodule Channel_value : sig ... endmodule Handle : sig ... endmodule Internal_id : sig ... endmodule Preload_script : sig ... endmodule Realm : sig ... endmodule Realm_info : sig ... endmodule Realm_type : sig ... endmodule Stack_frame : sig ... endmodule Stack_trace : sig ... endmodule Source : sig ... endmodule Target : sig ... endmodule Remote_reference : sig ... endmodule Undefined_value : sig ... endmodule Null_value : sig ... endmodule String_value : sig ... endmodule Number_value : sig ... endmodule Boolean_value : sig ... endmodule Big_int_value : sig ... endmodule Date_value : sig ... endmodule Regexp_value : sig ... endmodule Regexp_local_value : sig ... endmodule Local_value : sig ... endmodule Node_properties : sig ... endmodule Node_remote_value : sig ... endmodule Regexp_remote_value : sig ... endmodule Date_remote_value : sig ... endmodule Symbol_remote_value : sig ... endmodule Function_remote_value : sig ... endmodule Weakmap_remote_value : sig ... endmodule Weakset_remote_value : sig ... endmodule Generator_remote_value : sig ... endmodule Error_remote_value : sig ... endmodule Proxy_remote_value : sig ... endmodule Promise_remote_value : sig ... endmodule Typed_array_remote_value : sig ... endmodule Array_buffer_remote_value : sig ... endmodule Window_proxy_properties : sig ... endmodule Window_proxy_remote_value : sig ... endmodule Remote_value : sig ... endmodule Array_remote_value : sig ... endmodule Set_remote_value : sig ... endmodule Node_list_remote_value : sig ... endmodule Html_collection_remote_value : sig ... endmodule Object_remote_value : sig ... endmodule Map_remote_value : sig ... endmodule Exception_details : sig ... endmodule Evaluate_result : sig ... endmodule Add_preload_script_result : sig ... endmodule Get_realms_result : sig ... endmodule Message_parameters : sig ... endmodule Realm_destroyed_parameters : sig ... endval add_preload_script :
Wd.Connection.t ->
?exts:Wd.Exts.t ->
function_declaration:string ->
?arguments:Channel_value.t list ->
?contexts:Wd.Browsing_context.t list ->
?user_contexts:Wd.User_context.t list ->
?sandbox:string ->
unit ->
Add_preload_script_result.tval disown :
Wd.Connection.t ->
?exts:Wd.Exts.t ->
handles:Handle.t list ->
target:Target.t ->
unit ->
Wd.Empty_result.tval call_function :
Wd.Connection.t ->
?exts:Wd.Exts.t ->
function_declaration:string ->
await_promise:bool ->
target:Target.t ->
?arguments:Local_value.t list ->
?result_ownership:Result_ownership.t ->
?serialization_options:Serialization_options.t ->
?this:Local_value.t ->
?user_activation:bool ->
unit ->
Evaluate_result.tval evaluate :
Wd.Connection.t ->
?exts:Wd.Exts.t ->
expression:string ->
target:Target.t ->
await_promise:bool ->
?result_ownership:Result_ownership.t ->
?serialization_options:Serialization_options.t ->
?user_activation:bool ->
unit ->
Evaluate_result.tval get_realms :
Wd.Connection.t ->
?exts:Wd.Exts.t ->
?context:Wd.Browsing_context.t ->
?type':Realm_type.t ->
unit ->
Get_realms_result.tval remove_preload_script :
Wd.Connection.t ->
?exts:Wd.Exts.t ->
script:Preload_script.t ->
unit ->
Wd.Empty_result.tval message : Message_parameters.t Wd.Event.tval realm_created : Realm_info.t Wd.Event.tval realm_destroyed : Realm_destroyed_parameters.t Wd.Event.t