Stefan Fellinger

Results 6 issues of Stefan Fellinger

By sending a soap request to an external service, i've found that the response of that soap call contains the Content-Type "multipart/related; type="application/xop+xml"; boundary=...". The result is that the soap...

help wanted
proposal

It would be nice to have a retry logic for SeleniumSteps. We've implemented our own Workaround like so: runner.run(RepeatOnErrorUntilTrueTemplate.builder() .indexName(indexName) .maxRepeats(maxRepeatsOnError) .autoSleep(autoSleep) .actions(Arrays.asList(actionBuilders)) .build()); We've also added an own wrapper...

enhancement
good first issue

With my workaround in #407 i've added other functionality too. I want to share with you: * User clears text on -> see #408 * should display table having data...

enhancement

Consider to split SetInputAction from FindElementAction (maybe others too) and add clear behaviour for input fields. I'm testing a a table where i need to scroll right so i can...

enhancement

**User story** > As a user, i want to repeat on error so that an action failed by any reason would be repeated > It would be nice to have...

Type: Enhancement

Ok as i can see, you have already migrated the minor api change. When do you think the 1.3.1 will be released?