Skip to content

Commit

Permalink
Merge pull request #130 from joaovit1/fix-schedule-error
Browse files Browse the repository at this point in the history
Fixing the path for the schedule switch
  • Loading branch information
wkaisertexas authored Apr 30, 2024
2 parents 771bb66 + 2226014 commit 278fc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiktok_uploader/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTM
post_confirmation = "//div[contains(@class, 'tiktok-modal__modal-wrapper')]//div[contains(@class, 'tiktok-modal__modal-title') and contains(text(), 'Your videos are being posted to TikTok!')]"

[selectors.schedule]
switch = "//*[@id='tux-3']"
switch = "//*[@id='tux-1']"

date_picker = "//div[contains(@class, 'date-picker-input')]"
calendar = "//div[contains(@class, 'calendar-wrapper')]"
Expand Down

0 comments on commit 278fc6b

Please sign in to comment.