-
Originally reported on Google Code with ID 4446
```
Symptoms
- What the problem?
In the continuous integration machine, the method sendKeys() is used to fill an input
element. However, this method s…
-
```
I am facing the Timed out error exception consistently on our automation
environment where i am using selenium along with TestNG, which is used to
test our web application. During the time of…
-
would be nice to have _some_ way of specifying inter-test dependencies.
this could be between different methods within the same class or between classes.
such a feature is very useful in large cod…
-
When I have a plain old JUnit 4 test where I am using `@Rule` :
```
@Rule
public BrowserWebDriverContainer chrome = new BrowserWebDriverContainer()
.withCapabilities(new Chrom…
-
java.lang.NoClassDefFoundError: gherkin/formatter/Formatter
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.Secur…
-
CucumberJVM 2.3. require plugins implement Plugin class
```
cucumber.runtime.CucumberException: Couldn't load plugin class: com.cucumber.listenerener.ExtentCucumberFormatter
at cucumber.runtim…
-
Originally reported on Google Code with ID 3951
```
I have an automated browser task written in java that runs around the clock, using selenium
webdriver.
Occasionally, the browser crashes or exits …
-
Originally reported on Google Code with ID 284
```
What steps will reproduce the problem?
1. Visit http://developer.mozilla.org/samples/domref/showModalDialog.html
2. Use webdriver to click on the bu…
-
Hi team,
I updated Selenide to 7.4.0 to fix the issue https://github.com/selenide/selenide/pull/2791/files.
However, for some reason the problem persists for me.
The only thing I do in my test i…
-
## Proposal
The current proposal is to introduce the following:
- `@ScenarioTest`: class-level annotation used to denote that a test class contains steps that make up a single scenario test.
- `@…