slight tweak to locals "notify users" checkbox #49
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-locals-notify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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
ClickXpathbelow 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.
Pull request closed