How To Get the Data From Network Tab From DevTools Of Chrome Browser?

Hello All,
I have Task for Automation Related to API automation, in which i need to Login into One Application than Extract the Authorisation Token from the Network tab of Chrome Browser Developer Tools. Once i will get the Token i will be able to perform Subsequent API Request using this Token.
Does UIPAth has any direct method From Which i can able to Extract Data directly from Network Tab?
Any Help is much appreciated.

Hello @nirmal.kachhia!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

@Forum_Staff Can Some one From Team Look into this Question and provide me Solution at earliest?

Thanks in Advanced.

Hi @nirmal.kachhia

I’ve recently worked on a piece of automation and needed a cookie as well. I ended up using Modern UI Automation activities to automate that part of the process (couldn’t get this to work in the background though, so the process locks the keyboard and mouse for the duration of the clicks to make it more resilient).

Simply repeat the steps needed, such as opening the browser console with a keyboard shortcut.
I ended up clicking through to the cookie values, then searching for the specific cookie by typing into the search and then grabbing the value with Get Text from here:

3 Likes

Thanks @loginerror For the Response, As we are still facing the Issue to Access the Network Tab data, I have asked the Developer of our aplication to Provide any back end Service from Which we can Generate the Token and Use in our automation.

Once again thanks for your Response.
Regards,
Nirmal

1 Like

I have recently updated my processes with this handy activity:
image

It might be helpful :slight_smile:

Hello Team,
I have Found a solution to Extract the Auth Token from the Network data.
We can Get the Cookies Data/ Session Data Using the Javascript Executor and then we can extract the required Data from the the Extracted Value.
Below is the Document from where we can Get the Session Data

Using this Way I am Able to Successfully Read the Network Values that I Required.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.