lakshmi.mp
(Lakshmi Mp)
October 5, 2023, 11:31am
1
Hi all,
How to check where the point is placed on Technical bid. Used data scrapping its not working.
Please refer the attached screenshot.
If the point is placed near technical bid need to do data scrapping or else no need to perform data scrapping.
Please guide me on this…
ppr
(Peter)
October 5, 2023, 11:33am
2
we would suggest to check the details of the selector to the element. Maybe some attributes will help to identify the location (e.g. blue settings)
lakshmi.mp
(Lakshmi Mp)
October 5, 2023, 11:34am
3
@ppr ,
Selector for blue point
<html app='chrome.exe' title='GeM | Ongoing Bids on GeM' />
<webctrl class='active' parentid='bidCard' tag='LI' />
Selector for other than blue point
<html app='chrome.exe' title='GeM | Ongoing Bids on GeM' />
<webctrl css-selector='body>div>div>div>div>div>div>div>ul>li' idx='2' parentid='bidCard' tag='LI' />
ppr
(Peter)
October 5, 2023, 11:37am
4
please use the </>
format button from the editor when sharing code snippets
Also check within the UiExplorer for additonal attributes not offered within the selector.
We assume that it is a webapplication, right?
lakshmi.mp
(Lakshmi Mp)
October 5, 2023, 11:40am
5
Yes,it is web application.
lakshmi.mp
(Lakshmi Mp)
October 5, 2023, 11:51am
6
Selector for blue dot technical bid
<html app='chrome.exe' title='GeM | Ongoing Bids on GeM' /> <webctrl class='active' parentid='bidCard' tag='LI' aaname='Technical BID' visibleinnertext='TECHNICAL BID' idx='1' />
Selector for other than blue dot technical bid
<html app='chrome.exe' title='GeM | Ongoing Bids on GeM' />
<webctrl css-selector='body>div>div>div>div>div>div>div>ul>li' parentid='bidCard' tag='LI' aaname='Offer Price' visibleinnertext='OFFER PRICE' idx='2' />
ppr
(Peter)
October 5, 2023, 11:55am
7
we recommend a more clear and complete analysis.
It could be the case that the class=‘active’ part is indicating which dot is in use / blue
lakshmi.mp
(Lakshmi Mp)
October 5, 2023, 11:59am
8
Always the technical bid is first, then comes the other offer price and others.
If the technical bid is blue only then need to perform data scrapping.
ppr
(Peter)
October 5, 2023, 12:06pm
9
Maybe you can rephrase your feedback, as it can be understood in different ways
we had sent you into an analysis. Now check if the class=‘active’ idea will work, when inspecting the case that another point is active / blue
lakshmi.mp
(Lakshmi Mp)
October 5, 2023, 12:13pm
10
@ppr , which activity need to be used, was using click activity to check the selcetors
ppr
(Peter)
October 5, 2023, 12:17pm
11
lakshmi.mp:
to check the selcetors
Before working out a solution we analyze the structures for the different scenarios by
UiExplorer
And sometimes additional Browser F12 Webtools
Once we have cleared this, then we can baseline on the analysis results the different solution strategy options
When UiExplorer is more new, then UiPath Academy courses can be used for trainings
postwick
(Paul)
October 5, 2023, 2:09pm
12
Use Check App State with an image selector and select the whole bar with all 5 dots, in the position you need so only the first one is blue. So if more of it is blue it won’t match.