slight tweak to locals "notify users" checkbox
#49
Closed
jamesapyrich
wants to merge 0 commits from fix-locals-notify
into main
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'fix-locals-notify'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.