i tried using selenium-wire and python to fetch data from network calls so far i was able to fetch the url from which i want to fetch data using below code
for request in driver.requests:
if request.response:
if request.url.startswith("https://example.com"):
print(request.response)
How do I "Copy as fetch" in that network url as shown in screenshot below?
