tomaspekarovic
tomaspekarovic
Hi, thanks for reply. `Tags` - for me, tags are something that groups test cases into some sort of 'folders' (regression, quick, en/pl/ro tests ... ) Something that I can...
ok I found out, that ``` async function openNewPage(url, page, logger) { page.on('console', msg => logger("console text: " + msg.text())); await page.goto(url); await page.waitForTimeout(15000); } ``` Can be used to...
Thanks Tatu, at the end I found out that there is way how to get console logs. Keyword `Close Page` will return console logs and error logs right after the...