WD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
graphics_web_view_executor.h File Reference
#include <string>
#include <vector>
#include <map>
#include "base/memory/scoped_ptr.h"
#include "webdriver_view_executor.h"
#include "webdriver_error.h"
#include <QtCore/QDebug>
Include dependency graph for graphics_web_view_executor.h:

Classes

class  webdriver::GraphicsWebViewCmdExecutorCreator
 
class  webdriver::GraphicsWebViewCmdExecutor
 

Namespaces

namespace  webdriver
 

Macros

#define NOT_SUPPORTED_IMPL   {*error = new Error(kCommandNotSupported, "Current view doesnt support this command.");}
 

Macro Definition Documentation

#define NOT_SUPPORTED_IMPL   {*error = new Error(kCommandNotSupported, "Current view doesnt support this command.");}