How to check where the point is placed

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…

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)

@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&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;ul&gt;li' idx='2' parentid='bidCard' tag='LI' />

grafik

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?

Yes,it is web application.

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&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;ul&gt;li' parentid='bidCard' tag='LI' aaname='Offer Price' visibleinnertext='OFFER PRICE' idx='2' />

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

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.

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

@ppr, which activity need to be used, was using click activity 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

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.