Amazon website automatio using blueprism

DROHIT

New Member
Hi All, I am learning Blueprism and currently cam across one exercise where I am opening first deal from "Today's deal section" on Amazon India website and trying to get prices and/or reviews of all products when clicked on first deal. To be simple I am doing below steps -

1. Open Amazon India Website
2. Click on first deal from Today's deal section
3. When clicked in step 2 it will go to next page showing all products to that first deal. Here I am trying to get prices and/or reviews of all these products.

Challenge :
On page 2 where it shows all products particular to first deal , sometimes products are shown vertically and sometimes horizontally. I did spying based on vertical position but on next day products were shows horizontally. Also when products are shown horizontally then there prices position is not same based on its PATH in TABLE.

Can someone please help me to know how can I handle this in my coding?
Also as this website format can change basically is it good idea to automate such a process or not?

Thanks in advance.

Regards,
Rohit
 

Manikanta

Member
Hi @DROHIT
In which u r spying today's deal?
Coz U can estimate that wiil b in same place where u spied lastly.
So try in region mode and give GS key of enter after identifying of today's deal's.
 

DROHIT

New Member
Hi @DROHIT
In which u r spying today's deal?
Coz U can estimate that wiil b in same place where u spied lastly.
So try in region mode and give GS key of enter after identifying of today's deal's.

Hi Manikanta,

Thanks for your reply. Inamdar spying in HTML mode. "Today's deals " section i can identify bcoz it's always in same place. When I click on first deal from today's deal then on next page the products related to that deal sometimes are placed horizontally and sometimes vertically hence I am unable to spy them as position is not fixed.
Should I try in region mode this?
Thanks again.
 

Manikanta

Member
Hi Manikanta,

Thanks for your reply. Inamdar spying in HTML mode. "Today's deals " section i can identify bcoz it's always in same place. When I click on first deal from today's deal then on next page the products related to that deal sometimes are placed horizontally and sometimes vertically hence I am unable to spy them as position is not fixed.
Should I try in region mode this?
Thanks again.

Gud try once in region mode.
Then u can get accurately and in future it changed also u'll get exact position of selection
 
Top