Logging into shopping carts using XPathOnUrl

I am fetching prices from several of my vendors shopping carts using XPathOnUrl

If I log into the shopping carts in a browser I can see my wholesale prices
If I do not log in, I see retail prices

so far, XPathOnUrl is fetching the retail prices, not the wholesale prices

Is there a way to login so I can fetch my wholesale prices?

Fake the login process using https://seotoolsforexcel.com/httpsettings/ with collect cookies.

Thanks @neilsbosma
I have looked at the SeoTools.config.xml file but I am not sure what I am supposed to enter there?

Note I inserted a generic user and password in the proxy address below for the forum posting
And I have cookies set to true

The settings below do not work when fetching prices from the shopping cart

What exactly is supposed to be entered as the address?
neither of the urls below fetch my wholesale prices

This would be one of the product page url's
http://www.newsensor.com/ProductHighLight.aspx?ProId=567

http://www.newsensor.com
http://newsensor.com/ConsumerLogin.aspx

  <HttpSettings>
  <Configuration Name="Config1">
  <Proxies>
    <Proxy Address="http://www.newsensor.com" User="username" Password="password" />
   <Proxy Address="http://www.newsensor.com/ProductHighLight.aspx?ProId=567" User="username" 
   <Proxy Address="http://newsensor.com/ConsumerLogin.aspx" User="username"Password="password" />
  </Proxies>
  </Configuration>
  </HttpSettings>

<GlobalSettings>
      <Cache>true</Cache>
      <IntervalBetweenRequests RandomFrom="0" RandomTo="0" IfSame="Host" />
      <FailOnHttpError>false</FailOnHttpError>
      <CollectCookies>true</CollectCookies>
      <RequestMethod>GET</RequestMethod>
      <RequestEncoding>UTF-8</RequestEncoding>
      <ResponseEncoding>UTF-8</ResponseEncoding>