ok, I just figured out with this:
await page.type('input[name=pickupAgingComment]', 'test comment', {delay: 20})
Though the selector is a value name, I tried removing value and used just name literal.
It is working for value name also.
ok, I just figured out with this:
await page.type('input[name=pickupAgingComment]', 'test comment', {delay: 20})
Though the selector is a value name, I tried removing value and used just name literal.
It is working for value name also.