Jorg Heymans

Results 25 issues of Jorg Heymans

I like this tool a lot, it has really great potential as an alternative to bloated database browsers. Oracle support is a bit early days still, but i'm sure it'll...

kind/enhancement

Even though the class has the 2 methods of this interface, it does not implement it. Oversight or was there a good reason for this?

Using the `UploadElement.class`, we're seeing that it fails seemingly randomly. ``` $(UploadElement.class) .id("id") .upload(new File("src/test/resources/attachments/test.pdf").getAbsoluteFile()); ``` When it fails, it's because of `org.openqa.selenium.ScriptTimeoutException: script timeout`. ``` at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:518) at org.openqa.selenium.remote.RemoteWebDriver.executeAsyncScript(RemoteWebDriver.java:471)...

Also reported here https://vaadin.com/forum/t/clear-value-for-vaadin-text-field/160779/2 It would be nice to be able to do `$(TestBenchElement.class).id("abc").clear()` as the api allows to. Currently we're getting ` org.openqa.selenium.InvalidElementStateException: invalid element state` for this. The...

I am keeping track of the `Tab` instances I am adding to my SuperTabs instance, and was hoping to programmatically call `setSelected(true)` on them when needed (my use case is...

enhancement