Class Culerity::RemoteBrowserProxy
In: lib/culerity/remote_browser_proxy.rb
Parent: RemoteObjectProxy

Methods

confirm   new   wait_until   wait_while  

Public Class methods

Public Instance methods

Specify whether to accept or reject all confirm js dialogs for the code in the block that‘s run.

Calls the block until it returns true or time_to_wait is reached. time_to_wait is 30 seconds by default

Returns true upon success Raises RuntimeError when time_to_wait is reached.

Calls the block until it doesn‘t return true or time_to_wait is reached. time_to_wait is 30 seconds by default

Returns true upon success Raises RuntimeError when time_to_wait is reached.

[Validate]