protected static Map<String, CommandInfo> getCustomCommands() {
Map<String, CommandInfo> customCommands = new HashMap<String, CommandInfo>();
customCommands.put(COMMAND_EXECUTE_PHANTOM_SCRIPT,
new CommandInfo("/session/:sessionId/phantom/execute", POST));
return customCommands;
}