logTypes
Get available log types. This command is not part of the official Webdriver specification. Therefor the result can vary depending on the capability you are runnint the test.
Usage
1 | browser.logTypes(); |
Example
1 | it('demonstrate all available log types', function () { |