Type into activity for Notepad is not Working properly as expected

Hi All,

I’m trying to fetch all the drop down values(say A, B, C) from one website.
So I have used Find Children activity first and then Get attribute activity inside for each.
And to store all the data one by one in a notepad, I have used Type Into activity and indicated a Notepad.
Though notepad is opened in the background, it is writing only the first value A and throwing error for the next value as shown below.

Any help would be apprecited.

Thanks in Advance:-)

Hi,

Can you try to add * just before ChildrenList at title attribute in your selector, as the following?

title="*ChildrenList"

Regards,

1 Like

after type into the activity use the hotkey ‘Enter’.

I already tried that way. Problem is it is not entering next values.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.