Usage Scenario: Visit AdsPower official website, click the Pricing page, request listener and get the result.
Use the RPA sharing code below and add it to your own process list (Note: Website code may change, and some selectors may become invalid. This example is for reference only). The case study explains the main steps and approach; other steps require your own research.
Share Code: Swj60koqJ0moV

Step 1
Visit the new tab and start the listener

Step 2
The listener has already been installed, so we can now begin interacting with the page and wait for it to initiate a request, as shown in the figure: Start accessing AdsPower and click on the pricing page.

Step 3
We have confirmed that our target interface initiates requests on this page. Therefore, before utilizing the listener data, we must ensure that the request has been initiated and completed.

Step 4
To validate our results, after waiting for the request to complete, we use the [Execute JS Script] feature to print out the data we obtained and verify the outcome.

At last, we need to stop the listener request, which is necessary. Otherwise, the data you requested before will be overwritten by the new request.

Summary
First, install the listener to monitor the target request ->
Then interact with the corresponding page to trigger the target request ->
Before using the captured data, wait for the request to complete (this depends on your situation—some requests are fast and skip this step, while slow ones require waiting. Use this step when the duration is uncertain) ->
Stop the listener request