Fill an input field with a value
session.execute(type="fill", id="email-input", value="[email protected]") session.execute(type="fill", id="name-input", value="John Doe", clear_before_fill=False)
notte_core.actions.actions
Was this page helpful?