playwright/src
Dmitry Gozman 0871a9cfd9
feat(codegen): improve selector generation (#5364)
- Snap to buttons, inputs, selects, etc.
- Try `<label>` selector in addition to the element.
- Use parent selectors when needed.
- Remove xpath fallback as it should be covered with css.
2021-02-08 21:53:17 -08:00
..
cli refactor: remove browserPaths in favor of Registry class (#5318) 2021-02-08 16:02:49 -08:00
client feat(pause): make page.pause public (#5288) 2021-02-03 16:01:51 -08:00
dispatchers feat(pause): make page.pause public (#5288) 2021-02-03 16:01:51 -08:00
install refactor: remove browserPaths in favor of Registry class (#5318) 2021-02-08 16:02:49 -08:00
protocol feat(pause): make page.pause public (#5288) 2021-02-03 16:01:51 -08:00
remote chore: centralize playwright creation, bind context listeners to instance (#5217) 2021-01-29 16:00:56 -08:00
server feat(codegen): improve selector generation (#5364) 2021-02-08 21:53:17 -08:00
third_party/highlightjs chore: add storybook dep (#5082) 2021-01-21 08:29:01 -08:00
trace feat(snapshots): switch MutationObserver to only observer attributes (#5220) 2021-01-31 19:20:20 -08:00
utils refactor: remove browserPaths in favor of Registry class (#5318) 2021-02-08 16:02:49 -08:00
web feat(recorder): remove recorder overlay toolbar (#5334) 2021-02-05 14:24:27 -08:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts chore: centralize playwright creation, bind context listeners to instance (#5217) 2021-01-29 16:00:56 -08:00
inprocess.ts chore: centralize playwright creation, bind context listeners to instance (#5217) 2021-01-29 16:00:56 -08:00
service.ts chore: add websocket connection mode (#4510) 2020-11-20 15:19:39 -08:00