Luke Inman-Semerau

Results 430 comments of Luke Inman-Semerau

``` To streamline, I suggest you implement it together with https://code.google.com/p/selenium/issues/detail?id=8429 ``` Reported by `peter.kehl` on 2015-01-26 23:50:25

Reported by `barancev` on 2015-02-14 21:48:42 - **Labels added**: Component-IDE

``` I too have noticed this. It seems to make the testcase functionality useless, since the user can't get meaningful insight into what failed. ``` Reported by `ellisd23` on 2015-05-16...

Reported by `luke.semerau` on 2015-09-17 17:47:30 - **Labels added**: Restrict-AddIssueComment-Commit

Reported by `barancev` on 2015-01-17 23:32:57 - **Labels added**: Lang-CSharp

Reported by `luke.semerau` on 2015-09-17 17:47:30 - **Labels added**: Restrict-AddIssueComment-Commit

Reported by `barancev` on 2014-08-25 13:50:36 - **Labels added**: Browser-IE

``` FYI: I can't reproduce the issue. The scenario: DesiredCapabilities capabilities = DesiredCapabilities.internetExplorer(); capabilities.setCapability("platform", Platform.WIN8); capabilities.setCapability("version", "10"); // Create the connection to Sauce Labs to run the tests WebDriver driver...

``` Hi, I do this without Remotewebdriver. I suspect the issue is about env. And I still have this issue, could you please have try in my env. (Selenium version:...

``` Please run InternetExplorerDriver with additional options InternetExplorerDriverService service = new InternetExplorerDriverService.Builder() .withLogLevel(InternetExplorerDriverLogLevel.TRACE) .withLogFile(new File("iedriver.log")) .build(); InternetExplorerDriver driver = new InternetExplorerDriver(service); and send the result log file after the issue...