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.
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.
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
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 ??
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?
@@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!
Many thanks. I really appreciate how you explain everything in such a simple and clear way.
You're very welcome!
Very clear to understand was able to use this for my own tests, thank you!
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.
Welcome
Very detailed. Thanks for all your efforts
Glad you like them!
Many thanks sir . I Really understand your content .
You are most welcome
❤
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.
many Thanks would you be able to take 1:1 classes for the playwright.
How do you decide whether to use the css, xpath or id?
@sdet-QA, hello Pavan, can you tell if we can record on non incognitio browser.
if else condition is possible to apply in our playwright test ?
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
Hi pavan no need to provide await keyword while declaring element it should need while defining those elements
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 ??
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?
Yes we can do it the syntax should be
await expect(await page.locator("css/xpath")).toBeVisible();
@@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!
IM NOT ABLE TO SEE THE REPORT