Pytorch-NLU
Pytorch-NLU copied to clipboard
Showing test artifacts of new tabs
Hey,
I would like to see the steps for new tabs (opened within a part of a test) inside the root-cause/cloud.
Using Playwright:
const [newTab] = await Promise.all([ context.waitForEvent('page'), page.click('some_selector_that_opens_a_new_tab') ])