Skip to content

fix #595: update group and event name locators#605

Merged
sigvardt merged 1 commit intomainfrom
ai/issue-595-bug-create-group-and-create-event-selectors-are-br
Mar 21, 2026
Merged

fix #595: update group and event name locators#605
sigvardt merged 1 commit intomainfrom
ai/issue-595-bug-create-group-and-create-event-selectors-are-br

Conversation

@sigvardt
Copy link
Owner

Summary

Fixes a bug where groups prepare-create and events prepare-create operations fail during confirmation because LinkedIn has updated their DOM, rendering the strict input[name='eventName'] and input[name='groupName'] CSS selectors invalid.

Changes

  • Updated locator in CreateEventActionExecutor (packages/core/src/linkedinEvents.ts) to use a more resilient combination: page.locator().or(page.getByLabel()).or(page.getByRole()).
  • Updated locator in CreateGroupActionExecutor (packages/core/src/linkedinGroups.ts) to use the same resilient combination strategy.

Closes #595

@sigvardt sigvardt enabled auto-merge (squash) March 21, 2026 19:15
@sigvardt sigvardt merged commit 863ab63 into main Mar 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: create group and create event selectors are broken

1 participant