Package TestON :: Package drivers :: Package common :: Module webdriver :: Class WebDriver
[hide private]
[frames] | no frames]

Class WebDriver

source code

         object --+    
                  |    
component.Component --+
                      |
                     WebDriver

This will define common functions for CLI included.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__getattr__(self, name)
This will invoke, if the attribute wasn't found the usual ways.
source code
 
selenium_method(self, name, *args) source code
 
connect(self, **connectargs)
Connection will establish to the remote host using
source code
 
search_bus(self) source code
 
select_bus(self) source code
 
select_seat(self) source code
 
fill_details(self, **details) source code
 
deselect_seat(self) source code
 
wait_for_element(self, element) source code
 
wait(self, secs) source code
 
disconnect(self) source code

Inherited from component.Component: cleanup, close_log_handles, config, execute, experimentRun, get_version, log

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__getattr__(self, name)
(Qualification operator)

source code 

This will invoke, if the attribute wasn't found the usual ways.
 Here it will look for assert_attribute and will execute when AttributeError occurs.
 It will return the result of the assert_attribute.

Overrides: component.Component.__getattr__

connect(self, **connectargs)

source code 

Connection will establish to the remote host using

Overrides: component.Component.connect

disconnect(self)

source code 
Overrides: component.Component.disconnect