await page.waitForSelector('.gux-warning-message-text, .custom-table');
How to wait for any one of the two element to appear on the screen?
await page.waitForSelector('.gux-warning-message-text, .custom-table');
How to wait for any one of the two element to appear on the screen?