Test Cafe, 2, Actions Part 1, Step by Step for Beginners
00:00 Intro 04:46 1. Click 08:54 2. Type Text 10:53 3. Double click 12:32 4. Right click 15:50 5. Hover 18:02 6. Drag n Drop 20:26 7. Scroll to element 22:05 8. Alert or Popup 25:50 9. Wait 26:06 10. Screenshot TestCafe Actions 1. Click: await t. click(, mybutton ); 2. Type Text: await t. typeText(, myinput, Hello, TestCafe ) 3. Double click: await t. doubleClick(Selector(, myelement )) 4. Right click: await t. rightClick(Selector(, myelement )) 5. Hover: await t. hover(Selector(, myelement )) 6. Drag n Drop: await t. dragToElement(, drag1, ,div1 ) 7. Scroll to element: await 8. Alert or Popup: await t. setNativeDialogHandler(() false) await 9. Wait. .., RaghavPal, testcafepracticalhandsondemoforcompletebeginners, howtousetestcafe, howtoimplementtestcafeactions, howtostarttestcafe, whytestcafe 20231017 lJAAFIhgrE
|