Mukesh, You are really doing an amazing job!! I learned selenium too by watching your videos. Now I am learning playwirght js. Really really very helpful :) God bless you!
@Mukeshotwani Жыл бұрын
Thank you so much Swati, keep learning.Will upload more videos on playwright soon.
@Androidsources7 ай бұрын
this guys is underrated. He should be having 1 million subscribers by now!
@Mukeshotwani6 ай бұрын
Thank you 🙏
@nirliptabehuria31762 жыл бұрын
Hi Mukesh, I have few doubts regarding playwright : How to handle pop ups , especially windows pop up so that it works in both headless and headed mode seamlessly
@raviteja-qk3br Жыл бұрын
Hi Mukesh, pls upload repots related videos.
@Mukeshotwani Жыл бұрын
Will upload soon
@debayudhchattopadyay5056 Жыл бұрын
Excellent tutorial Mukesh. One question -- say this error message. i want to store it in a file (csv) , how do I achieve this?
@arpankapoor56382 жыл бұрын
Mukesh this is tell you that you are doing a great job man!✨ And I want to ask one question that I got a project in playwright with javascript, is this good for my future career growth as I have heard selenium with Java is most used as of now in automation industry. Thankyou
@imperuminate2 жыл бұрын
Дякую! love it, as always)
@biswajitdash4561 Жыл бұрын
Hi Mukesh, Could you please explain here how to verify the error message color?
@salikhanan Жыл бұрын
How do you verify textfield text/input field text by its label?
@rihaskh Жыл бұрын
Hi Mukesh how to check an elmnt exist or not???
@ghummakad_premi Жыл бұрын
The question is what do you define as exists? Only existing in the DOM or visible to the user on the UI. You can use the page.waitForSelection({ state: visible }) to wait for element to be visible. If you want to assert, then `toBeVisible()` assertion is also provided.
@kiyara.0209 Жыл бұрын
. include is not accepting the string for me what to do
@salikhanan Жыл бұрын
How do you verify textfield text/input field text by its label?