Skip to content

Commit

Permalink
Implemented the title property on PlasmaDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisabird committed Feb 20, 2012
1 parent cbac202 commit 6b6fc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plasma.WebDriver/PlasmaDriver.cs
Expand Up @@ -86,7 +86,7 @@ public string Url

public string Title
{
get { throw new NotImplementedException(); }
get { return browser.Title; }
}

public string PageSource
Expand Down

0 comments on commit 6b6fc25

Please sign in to comment.