Is i t possible to capture PUT Request in the Network Tab when an action is made
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2023
11:57 AM
02-07-2023
11:57 AM
Is i t possible to capture PUT Request in the Network Tab when an action is made
I have a PUT event that I would like to capture from the network tab, for instance, when the "Submit" button is clicked, the data is sent to the FHIR database.
I would like to capture the timestamp shown in the Period tag. See screenshot. The timestamp is not displayed on the user interface.
Can this test be done in Test Complete?
Labels:
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2023
01:11 AM
02-08-2023
01:11 AM
It is possible to do, see either Chrome Browser debug logs or Sending and Receiving HTTP Requests From Script Tests. But it won't be easy!
