How to use attach functionality in blueprism

rajeshgupta42

New Member
Hi Team Member,

I need help for the following problem mention. Please help !!
1. My IE browser is already open.
2. In IE browser 3 HTML file are open in 3 tab. (PFA screenshot).
2. i have to read data from all three pages one by one sequentially.
4. Now i have to spy all three IE Tab and read html data.


Query:
a) How to Navigate to IE Tab one by one.
b) As i mention my files are already open in browser should i again open IE through application modeler.
C) As per my understanding i should use attach functionality. But i am not aware how to use it and what value should i fill in input parameter.
D) Please provide solution of the problem in details (one by one step) so that i can spy all IE Tab.


It will be great help for me. Thanks in advance for all Team member.
 

Attachments

  • Capture.PNG
    116.3 KB · Views: 12

Manikanta

Member
Hi Team Member,

I need help for the following problem mention. Please help !!
1. My IE browser is already open.
2. In IE browser 3 HTML file are open in 3 tab. (PFA screenshot).
2. i have to read data from all three pages one by one sequentially.
4. Now i have to spy all three IE Tab and read html data.


Query:
a) How to Navigate to IE Tab one by one.
b) As i mention my files are already open in browser should i again open IE through application modeler.
C) As per my understanding i should use attach functionality. But i am not aware how to use it and what value should i fill in input parameter.
D) Please provide solution of the problem in details (one by one step) so that i can spy all IE Tab.


It will be great help for me. Thanks in advance for all Team member.
After reading all data from page tab one, then use global send keys to go into another tab by pressing both CTRL & TAB,
then u can read 2 tab data of ur browser and do same for rest tabs how many u open.
Note : Go and Check Global send keys and global send key events fully and use thode in ur navigation stage.
Link for Global send keys and global send key events : http://www.nncron.ru/help/EN/add_info/keys_mnemonics.htm
 
Top