-1
Hello, I would like help to be able to select an item within a mondal, using the TAB key inside a FOR then a ENTER can solve , the problem and when the customer has another contract, even selected by the table id or field.
await page.waitForSelector('#ctl00_cph_FIJanela1_FIJanelaPanel1_grvHomo');
await page.click('#ctl00_cph_FIJanela1_FIJanelaPanel1_grvHomo');
await page.waitForSelector('#ctl00_cph_FIJanela1_FIJanelaPanel1_grvHomo > tbody > tr.normal > td:nth-child(1)');
await page.click('#ctl00_cph_FIJanela1_FIJanelaPanel1_grvHomo > tbody > tr.normal > td:nth-child(1)');
Possible duplicate of (CLICK MODAL WITH PUPPETER NODE JS ) CLICK ON MODAL WITH PUPPETEER USNADO NODE JS
– Sorack
Its description is not clear. Unfortunately we do not know what is "contract" in your case, we do not know how the screen, nor the structure of
HTML
, Moreover we have no way to test your problem to propose a solution. What you can do is create a page with a small example that reproduces your problem so that we can check and assist you, otherwise I fear it is impossible to answer your question– Sorack