I need your guide plz, I am automation the monster job portal just for learning purpose, so here I have to download the profile. I reached at the download profile option. I attached the snapshot. here is I have click on heading then next paget will open and then save the profile. Again from the previous page click on the second candidate heading and it will take us to the next page and then save profile. so I have to download the 10 profile. can you plz help on this
open the portal with open browser or open application
you have already reached the download profile option and attached snapshot…well and good
now use a click activity to click on the heading
use a attach browser or attach window to perform activities on next page
inside that attach browser or attach window activity save the profile
Then being in that attach browser or attach window still use a send hot key with back key to get to the previous page or use atl+F4 to close the current page and it will take you to the previous page
Now you will get to the previous page and before starting any activity use a click activity to make sure that previous page becomes active
Thats all buddy you are done
Kindly try this and let know buddy
Cheers @balkishan
Yes buddy you need to use attach browser for the first question
then
use close tab to close this tab and you will be taken back to the previous page buddy
Cheers @balkishan
@Palaniyappan Bro when I save the profile. so I am typing the path, I want to write first path where I want to save the profile the name of the person to whom it belong.
When click on save as button. so how the popup window comes is
when I type the path how it’s typing.
But I want to type the first folder path where I have to save it, then the same name as it’s come by default.
yes buddy of course we can use send hot key with key home
once after taking the cursor to first position, you can type the file path you have with type into activity buddy @balkishan
Before I am using the type into activity and give the path directly.
Like this
Now you want me to click on the field where I have to type the path, then it will click what it will do, why we are using click here, we need to type na here?
buddy keep in mind that once after typing the path do mention the backslash before the file name
like this
“D:\win7”+""+“yourfilename”
the procedure is
–once getting to save as use click activity in the field where you are going to type
–use send hot key with key Home
–again use a type into activity with the file path you have and concatenate the file path with backslash and followed by your filename
If we use type into, it will continue typing after the existing string and thats what is happening now. You want to type in the beginning, so we are just sending an info where the hot key needs to be implemented and thats what we are doing now.
The click will initiate the action and hot key will move the cursor to the beginning and you are typing the path there. so, once we click on the ok button, if the path is correct, then it will save the file inn the specified path