TikTok läuft wieder
Dieser Commit ist enthalten in:
@ -82,6 +82,9 @@ class TikTokSelectors:
|
||||
|
||||
# Buttons
|
||||
SEND_CODE_BUTTON = "button[data-e2e='send-code-button']"
|
||||
SEND_CODE_BUTTON_ALT = "button.css-1jjb4td-ButtonSendCode"
|
||||
SEND_CODE_BUTTON_ALT2 = "button[class*='ButtonSendCode']"
|
||||
SEND_CODE_BUTTON_TEXT = "button:has-text('Code senden')"
|
||||
RESEND_CODE_BUTTON = "button:contains('Code erneut senden')"
|
||||
CONTINUE_BUTTON = "button[type='submit']"
|
||||
CONTINUE_BUTTON_ALT = "button.e1w6iovg0"
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren