我尝试使用以下代码使用 playwright-python 删除输入只读属性:
await page.frames[1].evalOnSelector("input[name=cost_month]", "el => el.removeAttribute('readonly'))")
但我总是得到"passed function is not well-serializable!"
错误。有人可以帮助我吗?
我尝试使用以下代码使用 playwright-python 删除输入只读属性:
await page.frames[1].evalOnSelector("input[name=cost_month]", "el => el.removeAttribute('readonly'))")
但我总是得到"passed function is not well-serializable!"
错误。有人可以帮助我吗?