Module: Selenium::WebDriver::Atoms
Instance Method Summary
collapse
Methods included from _Bridge
#bridge, #execute, #execute_async_script, #execute_script
Instance Method Details
#atom_script ⇒ String
6
|
# File 'sig/gems/selenium/atoms.rbs', line 6
def atom_script: (Symbol) -> String
|
#execute_atom ⇒ [Element | Integer | Float | bool | nil | String | Array[untyped]]
12
|
# File 'sig/gems/selenium/atoms.rbs', line 12
def execute_atom: (Symbol function_name, [Element | String | Symbol] arguments) -> [Element | Integer | Float | bool | nil | String | Array[untyped]]
|
#read_atom ⇒ String
10
|
# File 'sig/gems/selenium/atoms.rbs', line 10
def read_atom: (Symbol function) -> String
|