Marcel Pfotenhauer

Results 45 comments of Marcel Pfotenhauer

@baev @eroshenkoam : Could somebody have a look at this?

@georgkunze: Please create a separate branch(from dev) for this. Please add unit tests similar to the ones for `isSite`.

@georgkunze Please add/adjust the documentation for this feature and add a comment here wehen done.

@georgkunze Please review the changes made by @ufjena.

@oomelianchuk Please review the changes made by @ufjena.

@oomelianchuk: Please go on and adjust this within the development branch.

Place to consider integration: `BrowserStatement.setUpTest()` Implementation details: * Environment should be set (overridden) right before creating the WebDriver. * Environment should be reset right after creating the WebDriver. (To avoid...

@georgkunze: Please test this feature and check the documentation (should be available in the wikis dev branch).

Updated: Allure Cucumber Selenide BrowserUp log4j jsonPath

Selenide deprecates the `waitUntil` / `waitWhile` functions. Future test cases with the need for a special waiting time should use. `should(Condition, Duration)`. Therefore we need to adjust the example project...