-
This test fails:
```
package ru.yandex.qatools.fsm.impl;
import org.junit.Before;
import org.junit.Test;
import ru.yandex.qatools.fsm.FSMException;
import ru.yandex.qatools.fsm.Yatomata;
impo…
-
=============== Full stacktrace follows: ===============
Caused by java.lang.RuntimeException: Failed to init broadcaster: application context is probably not web application context!: Failed to init …
-
When we use inner classes we get the error during element initialization. please, look through unit test for this situation
``` java
public class NestedClassTest {
public WebDriver driver = mock(…
emaks updated
2 years ago
-
Hello I am trying to test out aShot and it only works when I use just webdriver. When trying the viewport scrolling:
` Screenshot myScreenshot = new AShot().shootingStrategy(ShootingStrategies.viewp…
-
Hi when following the tutorial I get this exception:
```
java.lang.NoSuchFieldException: handle
at java.base/java.lang.Class.getDeclaredField(Class.java:2412)
at de.flapdoodle.embed.process.runt…
-
## The problem
element to click is not in sight and it needs some scrolling. instead of scrolling test only jerks few pixels at a time ( see video).
## Details
it doesn't need to be a button, a…
-
On OSX, when I run from the CLI in Maven, it works fine.
When I run in Intellij the same tests (JUnit), I get:
```
18:48:42.926 [Thread-0] DEBUG ru.yandex.qatools.embed.postgresql.ext.LogWatchS…
vietj updated
4 years ago
-
Getting issue while comparing two images. Actually, when two images are different in that case I was expecting my assertion should be failed and print my error message like Images are different but at…
-
I'm trying to take a full screenshot for EDGE. It works for CHROME/FIREFOX at least.
```
Screenshot screenshot = new AShot().shootingStrategy(ShootingStrategies.viewportPasting(1000)).takeScreenshot…
-
when I try to initialize page elements with **custom ElementLocatorFactory**, like
```
public AbstractPage(final WebDriver driver) {
this.driver = driver;
PageFactory.initElements…
emaks updated
5 years ago