Unable to select correct target and elements

I have been able to drill down into the target page and find the elements that I wish to use as target and anchor, but I am unable to select them properly, no matter the framework I use. Is there another way to reference the elements?

The elements that I am trying to use and the snippet of css is:

TARGET = uipath_custom_id=“475”
ANCHOR = uipath_custom_id=“700”

$70.06
10.3%
Basket

Any help would be appreciated.

Here is the code that I didn’t paste properly above…

<div class="css-huz57b e10xhzg54" uipath_custom_id="472">
   <div class="css-3sy5k4 e1wywf3n0" uipath_custom_id="473">
      <div class="css-1sz3l8y e1wywf3n1" style="flex-direction: row;" uipath_custom_id="474">
         <div class="css-w9kqsd e1wywf3n2" uipath_custom_id="475">$70.06</div>
         <div class="css-87adg5 e1wywf3n3" uipath_custom_id="476">
            <div color="#2B78C6" class="css-1pqjvrt e1wywf3n4" uipath_custom_id="477">
               <svg width="1em" height="1em" viewBox="0 0 24 24" fill="#343538" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd" clip-rule="evenodd" d="M20.06 10.94a1.5 1.5 0 01-2.12 2.12L13.5 8.622V19a1.5 1.5 0 01-1.355 1.493L12 20.5a1.5 1.5 0 01-1.5-1.5V8.621l-4.44 4.44a1.5 1.5 0 01-2.007.103l-.114-.103a1.5 1.5 0 010-2.122l7-7a2.54 2.54 0 01.09-.082 1.334 1.334 0 01.22-.156l.066-.036a1.496 1.496 0 011.616.16c.045.034.088.073.13.114l-.09-.082c.024.02.047.041.07.063l.02.02 7 7z"></path>
               </svg>
               10.3% 
            </div>
         </div>
      </div>
      <div class="css-143bue0 e1wywf3n5" uipath_custom_id="478">
         <span class="css-18m878p e1wywf3n6" uipath_custom_id="700">Basket</span>
         <div uipath_custom_id="479">
            <svg width="16" height="16" viewBox="0 0 24 24" fill="#C7C8CD" xmlns="http://www.w3.org/2000/svg" size="16" color="systemGrayscale30">
               <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.5a9.5 9.5 0 100-19 9.5 9.5 0 000 19zM10.5 12a1.5 1.5 0 013 0v4a1.5 1.5 0 01-3 0v-4zm3-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"></path>
            </svg>
         </div>
      </div>
   </div>
</div>

Give us more details on what you’re trying to achieve, and show screenshots of your code, your selector, etc.