Hey everyone, I have a scenario in which the bot clicks on the journal number and then has to type into description. The journal number can change every time, how can I make sure it types into the description of selected Journal number ?
Thanks!
Can you please share the selector of this type into activity
There is an activity called get attribute which gives the prefered attribute as output, so you can check whether the aaname of journal number column and check against your journal number and if it satisfies then you can use type into activity to type into description column
Another method
If the description column have any selector values saying about the journal number then you can provide variable in place of that value
You can create a while loop till the last row usng an element exist activity,
then in each iteration get the aa name of journal number using Get attribute activity and then check the aa name against your journal number and if it is true then give the type into activity
Hi @Anived_Mishra
Did you try using send Hotkey (tab) to jump to the next field?
- Click on the journal number
- use send hotkey (tab) to move to the next field (which is the appropriate description)
Let me know if that works
This worked, thank You!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.