|
WD
|
#include <q_session_lifecycle_actions.h>


Public Member Functions | |
| QSessionLifeCycleActions (Session *session) | |
| virtual | ~QSessionLifeCycleActions () |
| virtual Error * | PostInit (const base::DictionaryValue *desired_capabilities_dict, const base::DictionaryValue *required_capabilities_dict) |
| virtual void | BeforeTerminate (void) |
Public Member Functions inherited from webdriver::SessionLifeCycleActions | |
| SessionLifeCycleActions (Session *session) | |
| virtual | ~SessionLifeCycleActions () |
Additional Inherited Members | |
Static Public Member Functions inherited from webdriver::SessionLifeCycleActions | |
| static SessionLifeCycleActions * | CreateLifeCycleActions (Session *session) |
| template<class C > | |
| static void | RegisterCustomLifeCycleActions (void) |
Protected Types inherited from webdriver::SessionLifeCycleActions | |
| typedef SessionLifeCycleActions *(* | CreateLifeCycleActionsMethod )(Session *) |
Static Protected Member Functions inherited from webdriver::SessionLifeCycleActions | |
| template<class C > | |
| static SessionLifeCycleActions * | createLifeCycleActions (Session *session) |
Protected Attributes inherited from webdriver::SessionLifeCycleActions | |
| Session * | session_ |
Static Protected Attributes inherited from webdriver::SessionLifeCycleActions | |
| static CreateLifeCycleActionsMethod | create |
| webdriver::QSessionLifeCycleActions::QSessionLifeCycleActions | ( | Session * | session | ) |
|
inlinevirtual |
|
virtual |
action before session terminated.
Reimplemented from webdriver::SessionLifeCycleActions.
|
virtual |
action after usual session Init().
Reimplemented from webdriver::SessionLifeCycleActions.