core.mixins.ControlerMixin = class ControlerMixin(builtins.object)
    The ControlerMixin has methods to manage interaction with the browser.
These get called from the _init__.Main class and ran.
 
  Methods defined here:
createXPath(self, data)
Don't call directly from a command file.
 
:return: created xpath string
getImage(self)
Get image of page we are on.
 
:return: no return data

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)