I'm new to Selenium, and I was making a program that scrapes jobs from LinkedIn. However, while running the code, the message "Created TensorFlow Lite XNNPACK delegate for CPU" would randomly appear in the console and disrupt the work of the program.
I tried using ChatGPT to help but it didn't manage to help me. Any idea how I can disable this message?
According to https://github.com/google-ai-edge/mediapipe/issues/3017 the message "Created TensorFlow Lite XNNPACK delegate for CPU" is an info message. You can suppress it by simply adding
options.add_argument('--log-level=1')
to your webdriver's options.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With