What is the best way to deal with dynamic web table using serenity screenplay? in selenium I use to do like,
List <webelement> rows = wd.findElements(By.xpath(".//*[@id='leftcontainer']/table/tbody/tr/td[1]"));
What is the best way to deal with dynamic web table using serenity screenplay? in selenium I use to do like,
List <webelement> rows = wd.findElements(By.xpath(".//*[@id='leftcontainer']/table/tbody/tr/td[1]"));