DefaultSelenium RetrieveLastRemoteControlLogs Method WebDriver
Retrieve the last messages logged on a specific remote control. Useful for error reports, especially when running multiple remote controls in a distributed environment. The maximum number of log messages that can be retrieve is configured on remote control startup.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string RetrieveLastRemoteControlLogs()

Return Value

The last N log messages as a multi-line string.

Implements

ISelenium RetrieveLastRemoteControlLogs 
See Also