У мня на 25.8.0 версии всё норм если Акки норм :)
Ну и Регер опять же так е, корми ему боле менее Прокси в основном и вот даж на Простых Отпечатках, без ТТ Canvas :)
Прогрев перед Авториз не пробовали делать.
Что бы где то сперва побыл а потом на регу шёл :)
Обычно % Вероятности успеха повышает :)
Buton state detection
-
Hello,
does anyone have an idea how i can see the state of the slider buton?State off:

<label for="smart-notifications-settings-toggle" class="ScToggleButton-sc-796zbf-2 erOoiO tw-toggle__button"> ::after == $0 </label>state on:

<label for="smart-notifications-settings-toggle" class="ScToggleButton-sc-796zbf-2 erOoiO tw-toggle__button"> ::before == $0 ::after == $0 </label>i don't know how to get the info before and after
-
Получай переменную CSS стиля, который изменяется при взаимодействии.
-
if someone should have the problem, here is the solution:
Use Execute Javascript on Element:
let element = document.querySelector(':nth-child(2) > :nth-child(2) > :nth-child(1) > :nth-child(1) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1) > div > input'); [[Variable]] = element.checked;it then returns true or false.