Many thanks. I really appreciate how you explain everything in such a simple and clear way.
@sdetpavan Жыл бұрын
You're very welcome!
@talipoglu18364 ай бұрын
Thank you again for your valuable instruction and dedication to helping others learn. I look forward to exploring more of your tutorials in the future.
@sdetpavan4 ай бұрын
Welcome
@AbdulKhalid-y6n Жыл бұрын
Very detailed. Thanks for all your efforts
@sdetpavan Жыл бұрын
Glad you like them!
@ramkumar.p167428 күн бұрын
Many thanks sir . I Really understand your content .
@sdetpavan25 күн бұрын
You are most welcome
@manisha1424 ай бұрын
Hi amazing videos but the website used for video 7 doesn't work during run time as it pops with with capcha check box. It will be useful to use another example. Thank you.
@sirishapochiraju3551 Жыл бұрын
many Thanks would you be able to take 1:1 classes for the playwright.
@juicev828Ай бұрын
How do you decide whether to use the css, xpath or id?
@sanjeev8720 Жыл бұрын
Hello Sir, I have one doubt which is related to Cypress..can we handle third party links in Cypress..means after entering credentials it is navigating to another link
@rajeshnaidu25278 ай бұрын
@sdet-QA, hello Pavan, can you tell if we can record on non incognitio browser.
@100angry4 ай бұрын
thank you for ur teaching! one issue report cmd always give error in my mac Error: listen EADDRINUSE: address already in use ::1:9323. I need to everytime run sudo lsof -i:9323 . any fixes ??
@HarshPatel-g9j Жыл бұрын
if else condition is possible to apply in our playwright test ?
@nubian_goat Жыл бұрын
❤
@maheshkumar-zw5nt Жыл бұрын
Hi pavan no need to provide await keyword while declaring element it should need while defining those elements
@nihalgupta92247 ай бұрын
in 3rd assertion .toBeVisible(), why we are storing element in constant first ? why we can not do it directly like, await expect(.header-logo).toBeVisible() ? Can anybody help?
@sritamkumarrout44997 ай бұрын
Yes we can do it the syntax should be await expect(await page.locator("css/xpath")).toBeVisible();
@nawshadrehanrasha81476 ай бұрын
@@sritamkumarrout4499 I'm a newbie in PW. Can you plz explain why repeated usage of "await" keyword is needed here and why using single "await" wasn't sufficient? Thanks in advance!