diff options
Diffstat (limited to 'chrome/test/webdriver/commands/title_command.h')
| -rw-r--r-- | chrome/test/webdriver/commands/title_command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/webdriver/commands/title_command.h b/chrome/test/webdriver/commands/title_command.h index e017b29..3ec5fe81 100644 --- a/chrome/test/webdriver/commands/title_command.h +++ b/chrome/test/webdriver/commands/title_command.h @@ -12,6 +12,8 @@ namespace webdriver { +class Response; + // A call with HTTP GET will return the title of the tab. See: // http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/title class TitleCommand : public WebDriverCommand { |
