InduKrish

Results 7 comments of InduKrish

this is the DOM after clicking pencil /edit icon [htmlviewer.txt](https://github.com/microsoft/playwright/files/9612088/htmlviewer.txt) This is the dom after clicking save button [save.txt](https://github.com/microsoft/playwright/files/9612144/save.txt) I would like to store the values of input-VacationAccrual-vacationDays-0 before editing...

I am wondering if i can achieve this using API API calls -capture the initial value (json file) in global-setup js file perform all testing in the tables- modify the...

not sure if i am following you. i guess my question is different, i do not have any known test data, I will only need to read from the tables...

My test is using page object model with fixtures. is there a recent change that does not let storageState work with browser or context , I did notice that the...

[test-integration.zip](https://github.com/microsoft/playwright/files/9584525/test-integration.zip) Attached is the repo that you can refer. You can test with your test urls, and login details. I added a wait (sleep) to capture storage state after submitting...

I added fixtures in the new test with the page object models and setup global file. I am testing in chrome browser. I attached the framework that you can refer...

Closing the initial page - does it help playwright to execute tests on the other page after closing the blank page? Wondering how playwright control switches to blank page to...