iricardoxd commited on
Commit
7c25588
·
1 Parent(s): 2b3ff64

Update config.toml

Browse files
Files changed (1) hide show
  1. config.toml +1 -1
config.toml CHANGED
@@ -56,7 +56,7 @@ user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTM
56
  duet = "//label[.='Duet']/following-sibling::div/input"
57
  stitch = "//label[.='Stitch']/following-sibling::div/input"
58
 
59
- post = "//*[.='Post']"
60
  post_confirmation = "//div[.='Your videos are being uploaded to TikTok!']"
61
 
62
  [selectors.schedule]
 
56
  duet = "//label[.='Duet']/following-sibling::div/input"
57
  stitch = "//label[.='Stitch']/following-sibling::div/input"
58
 
59
+ post = "//div[contains(@class, 'btn-post')]"
60
  post_confirmation = "//div[.='Your videos are being uploaded to TikTok!']"
61
 
62
  [selectors.schedule]