diff --git a/src/Plasma.WebDriver/PlasmaDriver.cs b/src/Plasma.WebDriver/PlasmaDriver.cs index f33b4b2..be44325 100644 --- a/src/Plasma.WebDriver/PlasmaDriver.cs +++ b/src/Plasma.WebDriver/PlasmaDriver.cs @@ -86,7 +86,7 @@ public string Url public string Title { - get { throw new NotImplementedException(); } + get { return browser.Title; } } public string PageSource