I am taking my first steps in writing tests in Python Selenium. I wrote a test that fills in the login fields on a certain page. Unfortunately, funCaptcha from Arkose Labs "killed me." Is there any fairly simple solution to overcome this problem?
I tried to simulate the user's behavior as much as possible. I typed characters in the fields with second intervals. I paused the script for 1/2 second simulating a man wondering what he was doing - at different points in the program, etc.
All instructions from Api Key are black magic to me so far :)