-
## The problem
Selenide depends only on `slf4j-api.jar` and doesn't provide any of `slf4j` implementations.
Users who are not aware of slf4j specifics just don't see any Selenide logs and don't eve…
-
Dear @ngoanh2n ,
Thanks for your work on providing this example of Selenide + gradle + reportportal.
After I downloaded the project, and find that the dependencies of the ReportPortal can't download…
-
## CVE-2018-1000613 - High Severity Vulnerability
Vulnerable Library - bcprov-jdk15on-1.58.jar
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contain…
-
## The problem
When you try to return a string object for an element it works, but if you use option `Configuration.selectorMode = SelectorMode.Sizzle;` then string object always `unknown`
## Deta…
-
The following test fails. But it should not fail.
``` java
Insert title here
public class MyPage {
@FindBy(className = "MyForm")
private MyForm myForm;
public MyForm g…
-
**Describe the bug**
Pipelines have started failing during the installation of gauge onto the image. This first occurred on May 2nd, 2021.
**To Reproduce**
Steps (or project) to reproduce the beh…
-
Works fine with 5.15.1 though. The same code fails only on 5.16.2. Content is not null.
Code example:
try (InputStream is = Files.newInputStream(content)) {
Allure.addAttachment(scree…
-
## The problem
My existing tests failed when Selenide was upgraded to 5.15.0 from 5.7.0
## Details
I have a sample Selenide project which is working fine with JDK 1.8 and Selenide 5.7.0
I ju…
-
## The problem
Since Selenide 5.15.0 click (x, y) (https://github.com/selenide/selenide/blob/05e3bad56b21514829336788a4112ae53810660c/src/main/java/com/codeborne/selenide/commands/Click.java#L49) …
-
### The problem
Shadow DOM is used by any framework that supports web components. For example, when testing a Vaadin app with Selenium it can become necessary to look inside the Shadow DOM of some…