Not sure if there's something wrong with the script or I messed something up, but I'm getting these errors
"Something is wrong | can only concatenate str (not "NoneType") to str"
"tried 100 time to find element...
Something is wrong | 'NoneType' object has no attribute 'click'"
Captchas are getting solved but I get these errors, my config below
{
"Common": {
"Prefix": "&beGen&5>> ",
"ProxyFile": "proxy.txt",
"OutputFile": "account.txt",
"Timer": true,
"ProxyCheckTimeout": 2
},
"Captcha": {
"providers": "twocaptcha",
"api_key": "xxxx",
"site_key": "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA"
},
"EmailInfo": {
"Domain": "@outlook.com",
"minBirthDate": 1980,
"maxBirthDate": 1999,
"PasswordLength": 10,
"FirstNameLength": 5,
"LastNameLength": 5
},
"DriverArguments": [
"--disable-logging",
"--disable-login-animations",
"--disable-notifications",
"--incognito",
"--ignore-certificate-errors",
"--disable-blink-features=AutomationControlled",
"--disable-gpu",
"--headless",
"--no-sandbox",
"--lang=en"

]
}
Not sure if there's something wrong with the script or I messed something up, but I'm getting these errors

"Something is wrong | can only concatenate str (not "NoneType") to str"
"tried 100 time to find element...
Something is wrong | 'NoneType' object has no attribute 'click'"
Captchas are getting solved but I get these errors, my config below
{
"Common": {
"Prefix": "&beGen&5>> ",
"ProxyFile": "proxy.txt",
"OutputFile": "account.txt",
"Timer": true,
"ProxyCheckTimeout": 2
},
"Captcha": {
"providers": "twocaptcha",
"api_key": "xxxx",
"site_key": "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA"
},
"EmailInfo": {
"Domain": "@outlook.com",
"minBirthDate": 1980,
"maxBirthDate": 1999,
"PasswordLength": 10,
"FirstNameLength": 5,
"LastNameLength": 5
},
"DriverArguments": [
"--disable-logging",
"--disable-login-animations",
"--disable-notifications",
"--incognito",
"--ignore-certificate-errors",
"--disable-blink-features=AutomationControlled",
"--disable-gpu",
"--headless",
"--no-sandbox",
"--lang=en"
]
}