python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Simultaneously pressing on the ctrl and clicking on the button does not work. Testcafe
The 'Delete' button is disabled by default:
<a class="danger ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-button-disabled ui-state-disabled" id="btn-del...
didi
Votes: 0
Answers: 1
Can we automate print window( Ctrl+P) using testcafe with JavaScript
I am automating a web application using TestCafe with JavaScript. In the middle of the flow, I get a print window(Ctrl+P) where we get the preview and save and cancel buttons. I need to click on the c...
lanka nikhil
Votes: 0
Answers: 1
Unable to check if a button is disabled in javascript
I am trying to check if a button is disabled in testcafe. Below is my code:
test('Verify button is inactive after disabling button functionality', async (browser) => {
await browser.wait...
pawanamigo
Votes: 0
Answers: 1
How to filter tests with an array of meta value through testcaferc.json
I have tests with different meta data values.
Sample code
import { t, Selector } from "testcafe";
fixture("Filtering test cases example 2");
test("test case 1", async ...
Janesh Kodikara
Votes: 0
Answers: 1