Hi Team
Is there any copy option (ctl+c/ctl+A) available in codeceptjs?
Regards,
Ramesh.
Hi Team
Is there any copy option (ctl+c/ctl+A) available in codeceptjs?
Regards,
Ramesh.
I.pressKey(["CommandOrControl", "C"])
I.pressKey(["CommandOrControl", "V"])