WD
|
#include <webdriver_view_transitions.h>
Public Member Functions | |
virtual | ~URLTransitionAction () |
virtual void | HandleOldView (Session *session, const ViewId &viewId) const =0 |
Base class for view transition action that can be applied to old view, in case of URLCommand that creates new view for other content.
|
inlinevirtual |
|
pure virtual |
Behavior of handling old view.
session | session to work within |
viewId | viewId not able to handle requested URL |
Implemented in webdriver::URLTransitionAction_CloseOldView.