Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IEDriver crashes on getting log #468

Closed
dr29bart opened this issue Apr 19, 2015 · 1 comment
Closed

IEDriver crashes on getting log #468

dr29bart opened this issue Apr 19, 2015 · 1 comment

Comments

@dr29bart
Copy link

Java sample to reproduce the problem:

import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.logging.LogType;

public class NewClass {

    public static void main(String[] args) {
        InternetExplorerDriver driver = new InternetExplorerDriver();
        driver.manage().logs().get(LogType.BROWSER);
        driver.quit();
    }
}

Here is the stack trace

@jimevans
Copy link
Member

The IE driver does not support getting logs of any kind. Those commands have not been implemented. They will be implemented only when the server-side API is properly specified.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants