-
v5.110
Possibly related to how visibility messages take longer to appear when testing against live server
```
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:206)
at…
-
**Citrus Version**
2.7.6
**Question**
My framework hierarchy is as follows
1. com.org.utils package has
EndPointConfig.java - bean config of SeleniumBrowser, WebServiceClient soap…
-
#### Description
I'm trying to run the detox tests for the example native iOS app and getting the following:
`Error: Cannot find module 'babel-polyfill'
...
Error: Command failed: node_modul…
-
v6.2.0
Failed after repeated tries.
```
java.lang.AssertionError: Row expected to be missing found.
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at teammates.test.pageobjects.Instructo…
-
From the README:
> Construction of these PageObjects are easy; call the 'create' constructor
> and pass in the context. You want the `` node for tests.
>
> ```dart
> final myPO = new MyPO.crea…
-
We have an `allJourneys.js` script that we want to be able to test using Karma-Openui5. The situation is that, when this script has this content, it runs without problems (executing no tests):
```
…
-
## Meta -
OS: Windows 10 Pro
Selenium Version: 3.4.0
Browser: All
## Expected Behavior -
PageFactory Init Elements
## Actual Behavior -
Warning is raised:
`System.TypeLoadException …
-
When running towards BrowserStack, some browsers (I think desktop Safari, IE, Edge and Firefox) are reported as 'undefined'.
-
Hi @rquellh ,
Thank you so much for this, I really like it! I took a lot of inspiration from you and also started doing my own cucumber-testcafe suite.
I have one question though: do you know ho…
-
When I try to execute the following statement, I get error as shown. How do I get access to class?
```
>>> $webDriverSelect = new WebDriverSelect($this->find(self::$_selectors['category']));
PHP…