An open API service indexing awesome lists of open source software.

https://github.com/jonaskello/playwright-bug-repro


https://github.com/jonaskello/playwright-bug-repro

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# How to reproduce

```
npm install
npm start
```

Then in second terminal

```
npx playwright codegen http://localhost:3040/
```

In playwright browser turn on developer tools and click console.

Then click the cross.

It will result in this error in the console:

```
t (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
at parseSelectorString (:1422:17)
at parseSelector (:1322:18)
at InjectedScript.parseSelector (:4440:20)
at makeStrict (eval at extend (localhost/:4673:40), :1017:43)
at cssFallback (eval at extend (localhost/:4673:40), :1061:10)
at generateSelector (eval at extend (localhost/:4673:40), :826:40)
at Recorder._updateModelForHoveredElement (eval at extend (localhost/:4673:40), :3404:36)
at Recorder._onFocus (eval at extend (localhost/:4673:40), :3395:10)
at Recorder._performAction (eval at extend (localhost/:4673:40), :3531:10)
parseSelectorSt
```