slight tweak to locals "notify users" checkbox #49

Closed
jamesapyrich wants to merge 0 commits from fix-locals-notify into main
Collaborator

I wrote some automation for myself in Python to upload shorts to the various social media sites. The body text often contain emojis, and uploading videos is often a slightly different path than adding photos... in any event, I cribbed more than a few XPaths from your code... and I found that the ClickXpath below seems to work reliably for enabling the "notify users" option on Locals.

I don't have things set up to test out AHK, but what I found is that targeting the checkbox itself for a click resulted in Selenium complaining that the checkbox itself was not clickable, so I added //parent:* to have my code click the containing div.

This fix would make things a lot easier for me to upload videos.

I wrote some automation for myself in Python to upload shorts to the various social media sites. The body text often contain emojis, and uploading videos is often a slightly different path than adding photos... in any event, I cribbed more than a few XPaths from your code... and I found that the `ClickXpath` below seems to work reliably for enabling the "notify users" option on Locals. I don't have things set up to test out AHK, but what I found is that targeting the checkbox itself for a click resulted in Selenium complaining that the checkbox itself was not clickable, so I added `//parent:*` to have my code click the containing div. This fix would make things a lot easier for me to upload videos.
jamesapyrich added 1 commit 2024-11-17 20:28:36 +00:00
yuriy was assigned by jamesapyrich 2024-11-17 20:28:47 +00:00
jamesapyrich closed this pull request 2024-11-21 20:46:27 +00:00
jamesapyrich deleted branch fix-locals-notify 2024-11-21 20:46:35 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yuriy/video-uploader#49
No description provided.