You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an ability to query for a selector that has extraneous space around it? I'm left to "test" some legacy Angular.js apps, which are notorious for this.
my await page.waitForSelector('"What does your Ford Focus need?"') is never resolving, and upon DEBUG mode it never resolves.
other elements I query do however work, so it could either be the dodgy space in there—or the fact that part of the "text" is nested in a span?
The text was updated successfully, but these errors were encountered:
Is there an ability to query for a selector that has extraneous space around it? I'm left to "test" some legacy Angular.js apps, which are notorious for this.
my
await page.waitForSelector('"What does your Ford Focus need?"')
is never resolving, and upon DEBUG mode it never resolves.other elements I query do however work, so it could either be the dodgy space in there—or the fact that part of the "text" is nested in a span?
The text was updated successfully, but these errors were encountered: