Hi, Currently I’m working on ADP project to automate and update the details to fill the timesheet. Even though I mark the target and anchor properly “Type Into” activities is not working only for time.
For ex: If I need to add my login time as “12:00 PM”, It debugs the file and run successfully but the value is not added inside the Check IN time field.
Please help me know what is the issue I’m facing here.
Thanks in advance.
Depending on the application and the field you’re trying to input into, the behavior of input fields can differ. You might need to experiment with different input methods like “SimulateType” or “SendWindowMessages” in the “Type Into” activity’s properties.
If type into does not work properly put set text activity.
Check the selector of type into activity if you are using modern approach disable Fuzzy and Image in selector window.