Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clickSelector Doesn't Work with Playwright #1517

Open
awhisler opened this issue Nov 27, 2023 · 1 comment
Open

clickSelector Doesn't Work with Playwright #1517

awhisler opened this issue Nov 27, 2023 · 1 comment

Comments

@awhisler
Copy link

awhisler commented Nov 27, 2023

Scenario:

{
      "label": "Dashboard Configuration Menu Dropdown",
      "cookiePath": "",
      "url": "https://XXX.dashboard.XXX.co/",
      "referenceUrl": "",
      "readyEvent": "",
      "readySelector": "",
      "delay": 2000,
      "hideSelectors": [],
      "removeSelectors": [],
      "hoverSelector": "",
      "clickSelector": "[test-id=menu-button-config]",
      "postInteractionWait": 2000,
      "selectors": [],
      "selectorExpansion": true,
      "expect": 0,
      "misMatchThreshold" : 0.1,
      "requireSameDimensions": true
    }

Screenshot capture is not with the button clicked. This selector is definitely the button:
image

@awhisler awhisler reopened this Dec 12, 2023
@awhisler
Copy link
Author

awhisler commented Dec 12, 2023

Even after I figured out how to call the selectors, this still does not work.
This is the reference when Im trying to click the config dropdown:
image

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

No branches or pull requests

1 participant