Hi @deerzzxdell
1. Populating text using keystrokes:
When you utilize the web automation populate text action, it typically employs JavaScript to input the text onto your web page. However, if you activate this toggle button, your text field will be populated using physical keystrokes instead of sending the text through JavaScript.
2. Un focus text box after filling it:
This feature dictates the behavior after entering text into a textbox within your webpage or application using the populate action. When you toggle this button on, after entering the text, the cursor or focus will be removed from the control or textbox. Conversely, toggling this button off will retain the cursor in the same textbox even after entering the text.
3. wait for page to load
This action entails waiting for the web page to finish loading after populating a text field. It ensures that the webpage has fully loaded and processed any changes resulting from the text population action before proceeding with subsequent actions.
I believe testing the second option is straightforward and allows you to experience its functionality directly. However, options 1 and 3 involve background operations.
--------------------------------------------------------------------------------------------------------------------------
If my response addresses your concern, please consider marking it as the solution and giving it a thumbs up.
This helps others in the future and also serves as motivation for me. Thank you!