core.Context = class Context(core.mixins.ControlerMixin.ControlerMixin)
    The Context class consumes mixins to add functionality as needed.
 
 
Method resolution order:
Context
core.mixins.ControlerMixin.ControlerMixin
builtins.object

Methods defined here:
__init__(self, args)
Construct a new 'Context' object which pulls in mixins.
:param args: The terminal passed arguments
 
:return: returns nothing

Methods inherited from core.mixins.ControlerMixin.ControlerMixin:
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 inherited from core.mixins.ControlerMixin.ControlerMixin:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)