Issue with Fetching Data Blob from Performance Logs #2925
benfrankie
started this conversation in
General
Replies: 1 comment
-
I have the same problem. I used wire=True scheme |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Michael,
I'm encountering an issue with fetching the data blob URL from performance logs while attempting to solve FunCaptcha on a website. Here are the details:
Environment Setup:
Using SeleniumBase with the following driver options
Steps Taken:
Navigate to the website and log performance logs.
Extract the data blob URL from the logs.
Use the data blob to solve FunCaptcha using an external service.
Problem:
Performance logs are being fetched correctly.
The data blob URL is not being identified from the logs.
Sample log entries indicate various URLs but no blob URL.
The blob URL appears in the network tab but it doesn't get fetched in the performance logs.
Logs:
Code for Fetching Data Blob:
Despite increasing the sleep duration to ensure logs are captured, the blob URL is not found. I would appreciate any guidance or suggestions on how to reliably capture and identify the data blob URL required for solving FunCaptcha.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions