Fill Input
Fills text or values into input fields on a web page.
Inputs
Web Page
required: Browser instance with loaded pageSelector
required: CSS or XPath selector for the input elementValue
required: Text or value to enter into the inputClear First
: Whether to clear existing input value (default: true)Simulate Typing
: Whether to simulate human typing (default: false)
Example
Outputs
Success
: Boolean indicating if input was filled successfullyWeb Page
: Updated browser instance
