diff --git a/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs b/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs index 97cd7202..e1d9df7a 100644 --- a/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs +++ b/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs @@ -39,6 +39,7 @@ namespace SafeExamBrowser.Browser.Contracts /// /// Transfers the focus to the browser window. + /// If true, the first focusable element in the browser window receives focus (passing forward of focus). Otherwise, the last element. /// void Focus(bool forward); }