We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By using Locator from playwright instead of playwright/test, we cannot actually use the xPath call.
The text was updated successfully, but these errors were encountered:
can you please explain better?
Sorry, something went wrong.
He probably encountered the same issue as I today, after installing this package. Do you maybe have a solution for this?
can you please provide some code so that I can reproduce the bug?
import { xPath } from "playwright-dompath"; import { test } from '@playwright/test';
test('xpath test', async ({ page }) => { const statusHeader = page.locator('//table') const statusXpath = await xPath(statusHeader) })
No branches or pull requests
By using Locator from playwright instead of playwright/test, we cannot actually use the xPath call.
The text was updated successfully, but these errors were encountered: