MJ
MJ
the Selenium 4's way of casting RemoteWebDriver WebDriver webDriver = UITestLifecycle.get().getWebDriver(); RemoteWebDriver remoteDriver = (RemoteWebDriver) webDriver; remoteDriver.setFileDetector(new LocalFileDetector());
Hi davecpayne, This is definitely a bug. Please go ahead with a pull request and we will merge it in
I've migrated to from TravisCI to github Actions. The CI workflow is a lot more stable. If you would rebase this onto the current master, it should pass the build...
HtmlElements is no longer maintained by the original author. We have decided to induct it into our internal library at `com.frameworkium.core.htmlelements` This should be updated to be compatible with Selenium...
This seems to be an incompatibility between the webdriver you are using and Se4 Without any more details, I can't fix this. Do note there are breaking changes between Se3...
Problem lies with FileInput and is related to this https://github.com/Frameworkium/frameworkium-core/issues/301