Fill Input
Fills text or values into input fields on a web page.
Inputs
Web Pagerequired: Browser instance with loaded pageSelectorrequired: CSS or XPath selector for the input elementValuerequired: 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
