ChromeController.chrome_context
index
/media/Scripts/ChromeController/ChromeController/chrome_context.py

 
Modules
       
builtins
contextlib
logging
traceback

 
Functions
       
ChromeContext(*args, **kwargs)
Context manager for conveniently handling the lifetime of the underlying chromium instance.
 
In general, this should be the preferred way to use an instance of `ChromeRemoteDebugInterface`.
 
All parameters are forwarded through to the underlying ChromeRemoteDebugInterface() constructor.