-
hello when i use Await page to let the website load before do the rest of code not working how can i fix it
-
Hi,
I tried your script on the French version of doctolib.
```
poetry install
Creating virtualenv doctolib-notifier-zLYJRmyl-py3.12 in /home/hista/.cache/pypoetry/virtualenvs
Installing dependenc…
hista updated
1 month ago
-
Hello. I am struggling to take some mouse actions on a website. To be consize, I wanna solve a puzzle by drag-and-drop action that was never a problen in `undetected-chromedriver` by using ActionChain…
-
```
add_to_cart = await tab.find("Add to cart", best_match=True)
if add_to_cart:
await add_to_cart.mouse_click()
log.info(f"Add to cart button clicked successfully.")
```
Don't w…
-
The `cookies = await connection.send(cdp.storage.get_cookies())` line will cause the cookie passed in to be overwritten.
-
Any assistance on this would be much appreciated !
Get this error with Chrome 130 , the browser opens but doesnt navigate to any website and the terminal has the error output
using python 3.10…
-
I am using Waveout initialized with a WaveStream to play an mp3 sound.
When playing the waveout, Intermittently I have noticed the following error in the logs. It causes the sound not play.
"NAudio…
-
Whenever such a file is opened by NAudio, "NoDriver calling acmFormatSuggest" error is thrown. According to some quick research, it is due to a missing ACM codec on my computer, but **AIMP still playe…
-
Hi,
I have windows 7 without SP1, and I would like to run keybase client on it.
The [installation guide of keybase](https://keybase.io/docs/the_app/install_windows) didn't mention SP1 in the requir…
-
Hello. I just wanted to make a nodriver script that can detect downloads and its status. I tried to print logging "Download Started..." whenever tab download begins but it doesn't print the log which …