I have a form with <input type="button" name="submit" />
button and would like to be able to click it.
I have tried mech.form.click("submit")
but that gives the following error:
ControlNotFoundError: no control matching kind 'clickable', id 'submit'
mech.submit()
also doesn't work since its type is button and not submit.
Any ideas? Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…