pyppeteer icon indicating copy to clipboard operation
pyppeteer copied to clipboard

How to set value to hidden INPUT

Open JungleXia opened this issue 5 years ago • 0 comments

eg: <input type="hidden" id="buildingHouse" name="building" value="4403070030041800002"> the hidden input, I use page.focus('input#buildingHouse')<br/> page.type('input#buildingHouse', '100') but it useless

JungleXia avatar Jun 10 '19 10:06 JungleXia