0

Actually I'm writing an automation script in selenium with python. I'm am trying to get an id which is attached in the API's url which is hit only after an action is performed. To be more clear:

  • There's a button in the grid, when clicked a get API is hit
  • Eg :abc.com/test?id=123456789 this is an example of API which is hit only when the button is clicked. I need to get this API's url so that I can split it to get that "id=123456789".

0 Answers0