python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Testcafe runs on average 2-3 times slower when using SSL
After installing and using a self-signed SSL certificate by following the official guide here and running our test suites it was discovered that the tests take about 3 times as long. I would expect th...
Justin Grabenbauer
Votes: 0
Answers: 0
How to clear local storage in Cypress test?
At the beginning of my Cypress test scenario, I need to click the Agree and Proceed button on the below IFrame:
The problem is that after clicking this button during my first test run, the user's con...
user9847788
Votes: 0
Answers: 1
Cannot obtain information about the node because the specified selector does not match any node in the DOM tree
I am working with testCafe for the first time and I am trying to write a test that clicks the name of a specific patient in a list of patients displayed.
The error that I am getting is as follows:
Ca...

Daniel
Votes: 0
Answers: 3
Why swipe doesn't work with appium on Android[React-Native]?
I'm trying to make swipe by coordinates (x/y) I have found this method on the appium webite, but it doesn't work for me and shows this error: TypeError: Cannot read property 'performTouchAction' of un...
Богдан Чубко
Votes: 0
Answers: 1