Commit
·
75e8f55
1
Parent(s):
3ffce64
Update config.toml
Browse files- config.toml +1 -1
config.toml
CHANGED
|
@@ -39,7 +39,7 @@ user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTM
|
|
| 39 |
|
| 40 |
upload_video = "//input[@type='file']"
|
| 41 |
upload_in_progress = "//*[.='Cancel']"
|
| 42 |
-
upload_confirmation = "//
|
| 43 |
process_confirmation = "//img[@draggable='false']"
|
| 44 |
|
| 45 |
description = "//div[@contenteditable='true']"
|
|
|
|
| 39 |
|
| 40 |
upload_video = "//input[@type='file']"
|
| 41 |
upload_in_progress = "//*[.='Cancel']"
|
| 42 |
+
upload_confirmation = "//div[contains(@class, 'tiktok-app-frame')]"
|
| 43 |
process_confirmation = "//img[@draggable='false']"
|
| 44 |
|
| 45 |
description = "//div[@contenteditable='true']"
|