Open
Conversation
6abfd1f to
76a27db
Compare
this commit: * adds additional automation error types * parses available action types, add priority ordering * rewrites the main item checking loop * test coverage for new logic for facebook priority * i18n: update strings for facebook priority changes
76a27db to
1407b2b
Compare
Contributor
Author
|
I tested deletion using a test account where I had:
Tagging is a bit annoying to test in that I tagged myself in one of the photos on my test account, but it didn't seem to populate on the wall, so I think one needs to tag from another account and then it appears on the wall? |
micahflee
requested changes
Apr 6, 2026
Member
micahflee
left a comment
There was a problem hiding this comment.
It fails to select the "Remove Tags" option.
I got this automation error (which I'm just pasting here instead of submitting)..
Details:
{
"batchNumber": 2,
"message": "Failed to select untag posts option"
}Context:
{
"currentURL": "https://www.facebook.com/profile.php?id=61572798227018",
"logs": [
{
"timestamp": "2026-04-06T19:24:55.940Z",
"func": "waitForLoadingToFinish",
"message": "waiting for loading to finish"
},
{
"timestamp": "2026-04-06T19:24:56.142Z",
"func": "waitForLoadingToFinish",
"message": "loading finished"
},
{
"timestamp": "2026-04-06T19:24:56.142Z",
"func": "loadURL",
"message": "try #0, https://www.facebook.com/me/"
},
{
"timestamp": "2026-04-06T19:24:57.591Z",
"func": "loadURL",
"message": "URL loaded successfully"
},
{
"timestamp": "2026-04-06T19:24:57.592Z",
"func": "waitForLoadingToFinish",
"message": "waiting for loading to finish"
},
{
"timestamp": "2026-04-06T19:24:57.792Z",
"func": "waitForLoadingToFinish",
"message": "loading finished"
},
{
"timestamp": "2026-04-06T19:24:57.792Z",
"func": "waitForLoadingToFinish",
"message": "waiting for loading to finish"
},
{
"timestamp": "2026-04-06T19:24:57.993Z",
"func": "waitForLoadingToFinish",
"message": "loading finished"
},
{
"timestamp": "2026-04-06T19:24:57.996Z",
"func": "runJobDeleteWallPosts",
"message": "Starting batch 2"
},
{
"timestamp": "2026-04-06T19:24:57.996Z",
"func": "runJobDeleteWallPosts",
"message": "Clicking Manage posts button"
},
{
"timestamp": "2026-04-06T19:24:58.512Z",
"func": "runJobDeleteWallPosts",
"message": "Dialog opened, waiting for posts to load"
},
{
"timestamp": "2026-04-06T19:24:59.016Z",
"func": "runJobDeleteWallPosts",
"message": "Found 9 items after 504ms"
},
{
"timestamp": "2026-04-06T19:24:59.016Z",
"func": "runJobDeleteWallPosts",
"message": "Found 9 items with checkboxes"
},
{
"timestamp": "2026-04-06T19:24:59.341Z",
"func": "runJobDeleteWallPosts",
"message": "Action description: \"You can untag yourself from or hide the posts selected.\""
},
{
"timestamp": "2026-04-06T19:24:59.341Z",
"func": "runJobDeleteWallPosts",
"message": "First item sets batch action to \"untag\", checked 1/10"
},
{
"timestamp": "2026-04-06T19:24:59.660Z",
"func": "runJobDeleteWallPosts",
"message": "Action description: \"You can hide the posts selected.\""
},
{
"timestamp": "2026-04-06T19:24:59.660Z",
"func": "runJobDeleteWallPosts",
"message": "Item [0][1] changes priority from \"untag\" to \"hide\", unchecking and stopping"
},
{
"timestamp": "2026-04-06T19:24:59.970Z",
"func": "runJobDeleteWallPosts",
"message": "Selected 1 items for action \"untag\""
},
{
"timestamp": "2026-04-06T19:24:59.970Z",
"func": "runJobDeleteWallPosts",
"message": "Clicking Next button"
},
{
"timestamp": "2026-04-06T19:25:00.974Z",
"func": "runJobDeleteWallPosts",
"message": "Selecting \"untag\" option"
}
]
}And here's a screenshot of the screenshot:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Towards #643