Top "Testcafe" questions

TestCafé is a Node.

TestCafe - How to check if a web element exists or does not exist without failing the test?

I'm trying to write a script that needs to adapt it's workflow behavior depending on whether a particular browser object …

javascript node.js ecmascript-6 css-selectors testcafe
Passing arguments to a function using async/await

I'm trying to pass arguments to a function that uses async/await. I've defined my function like so // common.js …

javascript asynchronous testing async-await testcafe
Testcafe get text from element

I'm trying to get a text from a modal on Chrome. Using the console, I can get the inner text …

javascript automated-tests e2e-testing web-testing testcafe