Pascal Bihler
Pascal Bihler
Sorry, typo. I meant it to be #7
Why replacing one external library with another one? I would argue for using the simple logger provided (and bugfixed/maintained) with Java (`java.util.logging.Logger`), since the complexity of the logging in our...
That would look like #130
The AWT/Swing windows are unavailable to the UI Automation API of Windows, therefore many Windows automation tools fail to control such applications. For testing Java based applications, it is often...
@mafagafogigante you're right, maybe I wrote to much eclipse compiler stuff, so in my head, char[] and Strings became equal... I gladly changed this, so the API is more consistent.
@mafagafogigante Thanks for your review and your positive vote. @ralfstx Anything missing for a merge?
@ralfstx Any updates on the parser configuration feature?
@rkrupski, @wladzynski Any news on this important point? Not being able to embedd the operadriver limits the use of it, since it requires users to do an extra step in...
This is a duplicate of #83
On Chrome and MS Edge, the message disappears when the argument `-test-type` is set (which `chromedriver`, `msedgedriver` and also `operadriver` do), but the Opera browser doesn't care...