I am unable to type into the hash code generated in comments field. I previously use a write line activity to see if hash code is retrieved and it is getting retrieved fine.
I also tried using Navigate to activity with this link : “ACME System 1 - Log In”+in_WID. But getting inauthorized error in ACME application.
Welcome to uipath community
Fine while using type into activity to type the hash code enable these properties in type into activity,
–Simulate type
–Clickbeforetyping
–Emptyfield
This would make sure that the element is identified and text been typed
and kindly follow these steps to get into the web portal and type this text in the comments field
–use a attach window or attach browser activity and highlight this window where you are trying to type the comment and enter the other fields
–then use the type into activity and other click activities inside this attach window or attach browser activity…that would enter that the typing is done in the active window…
Kindly try this and let know buddy for queries or clarification
Cheers @Santa_Krish
I tried as you asked to - enabled Simulate type, Clickbeforetyping, Emptyfield. But still unable to send the hash key in. I tried with a normal string input and it is entered into comments field perfectly.
Only the add comment step gets skipped and the subsequent steps are executed.
Fine
make sure all these activities are inside a attach browser activty or a attach window activity
and make a click on the field where you want to type with a click activity and place the type into activity next to the click activity and try to enter the hask key in it buddy
Cheers @Santa_Krish
Sorry @Santa_Krish, I’m not using system now. Can you please check the comments box selector once. Because when you Navigate to another page, the page title was changed. So change the title attribute with the *. If you use the Attach Browser you can also need to change the title attribute.
My opinion is that there is no issue with selector since i am able to navigate to the window needed. Even the comments field is getting identified and the cursor is placed inside during that appropriate step. Dunno why hash isn’t getting inserted
Hey @Santa_Krish, you just try the original selector instead of your own selector. I think it will be fine with enough attributes. Include Name attribute as well.
If it not working, use type attribute instead of tag attribute with the rest of attributes.
Note : before proceeding with Selectors, check with Indicate Element in the UiExplorer.