Module: WebDriverScriptAdapter
- Defined in:
- lib/webdriver_script_adapter/frame_adapter.rb,
lib/webdriver_script_adapter/query_selector_adapter.rb,
lib/webdriver_script_adapter/exec_eval_script_adapter.rb,
lib/webdriver_script_adapter/execute_async_script_adapter.rb
Defined Under Namespace
Modules: Defaults, Patiently, ScriptWriter Classes: ExecEvalScriptAdapter, ExecEvalScriptAdapter2, ExecuteAsyncScriptAdapter, FrameAdapter, QuerySelectorAdapter, WebDriverError
Class Attribute Summary collapse
-
.async_results_identifier ⇒ Object
Returns the value of attribute async_results_identifier.
-
.max_wait_time ⇒ Object
Returns the value of attribute max_wait_time.
-
.wait_interval ⇒ Object
Returns the value of attribute wait_interval.
Class Method Summary collapse
Class Attribute Details
.async_results_identifier ⇒ Object
Returns the value of attribute async_results_identifier.
13 14 15 |
# File 'lib/webdriver_script_adapter/execute_async_script_adapter.rb', line 13 def async_results_identifier @async_results_identifier end |
.max_wait_time ⇒ Object
Returns the value of attribute max_wait_time.
13 14 15 |
# File 'lib/webdriver_script_adapter/execute_async_script_adapter.rb', line 13 def max_wait_time @max_wait_time end |
.wait_interval ⇒ Object
Returns the value of attribute wait_interval.
13 14 15 |
# File 'lib/webdriver_script_adapter/execute_async_script_adapter.rb', line 13 def wait_interval @wait_interval end |
Class Method Details
.configure {|_self| ... } ⇒ Object
17 18 19 |
# File 'lib/webdriver_script_adapter/execute_async_script_adapter.rb', line 17 def configure yield self end |