Relative Content

Tag Archive for c#html-tableselectorplaywright

How do I find the exact row of a table using Playwright & C# when there is similar text

Using Playwright written with C# I have a table with various columns and rows. Each row has a unique name and on the same row there are some buttons. I am only interested in the delete/remove button from the button set. Using this playwright code: public static async Task ClickScenarioDeleteButton(IPage Page, string scenarioName) { //var […]