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 6 days ago
yuriy was assigned by jamesapyrich 6 days ago
jamesapyrich closed this pull request 2 days ago
jamesapyrich deleted branch fix-locals-notify 2 days ago
This pull request cannot be reopened because the branch was deleted.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fix-locals-notify main
git pull origin fix-locals-notify

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff fix-locals-notify
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: yuriy/video-uploader#49
Loading…
There is no content yet.