Sir, I just started learning Playwright and your tutorials are helping me a lot. Thank you so much.
@CommitQuality Жыл бұрын
Thank you! That is awesome to hear!
@thippeswamyas1024 ай бұрын
Quality content and quick to learn videos
@kondapriyanka390410 ай бұрын
Sir, yours video are awesome and the explanation is crystal clear. Please explain the video in which how can we get the data from Excel based on sheetname, testcasename(which would be of col1) and based on that we have to access all the other columns present in that row TestcaseName (col1) col2 Col3 Based on the sheetname let say Datasheet1 I should be able to get all the values from particular row based on something like this (Datasheet1, testcasename1, Col1) Where I can get the value of col1 I have came across this is selenium where they are using this from Apache poi but please help what would be best way in playwright for handling huge input real time data. I worked on Protractor and playwright both with javascript frameworks but I have handled input data only from json , where in selenium they handle with Excel in the above way I mentioned, so how we can do in Playwright. Your reply will be really much appreciated
@KevenWebb Жыл бұрын
Is there a Playwright mechanism to capture all of the DOM changes? The need is for a website that displays a status message inside of the DOM, but clears it after 5 seconds. Thanks for the great videos on Playwright.
@CommitQuality Жыл бұрын
You can use the wait for page command and tell it to wait for dom content loaded? Or use a we first assertion that waits for the success message to appear?