Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Owloops/owloops-chrome-recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Apr 21, 2023
2 parents b2cfffe + 74102b2 commit cbc96a4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/Owloops/owloops-chrome-recorder/compare/v1.0.5...v1.1.0) (2022-12-15)


### Bug Fixes

* dbl click ([ef6f2bb](https://github.com/Owloops/owloops-chrome-recorder/commit/ef6f2bb15942ef7a753e7ea6647176f064805dd6))


### Features

* Added selectors fallback ([5c34a03](https://github.com/Owloops/owloops-chrome-recorder/commit/5c34a031280ddee0640b03e164876b7498144022))

## [1.0.5](https://github.com/Owloops/owloops-chrome-recorder/compare/v1.0.4...v1.0.5) (2022-12-14)


Expand Down
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -6,6 +6,8 @@ This repo provides tools to export Owloops Tests from [Google Chrome DevTools' R

Install [Owloops Chrome Recorder extension](https://github.com/Owloops/owloops-chrome-recorder-extension) if you want to export the recordings directly from the Chrome DevTools' Recorder UI.

[![Owloops Chrome Recorder Demo](https://i.imgur.com/q2puIEv.png)](https://youtu.be/T2Wvx_yilg8)

## Prerequisites

In order to export JSON files from Chrome DevTools Recorder you will need to be on Chrome 101 or newer.
Expand Down Expand Up @@ -81,15 +83,13 @@ Below are the step types that are currently supported:
| ------------------- | --------------------------------------------- |
| change | become input action |
| click | becomes click action |
| click (right click) | _not exported at this time_ |
| doubleClick | _not exported at this time_ |
| click (right click) | becomes click action |
| doubleClick | becomes click action |
| hover | _not exported at this time_ |
| keyDown | becomes either enter or tab action |
| keyUp | _not exported at this time_ |
| navigate | becomes goto action |
| setViewport | _not exported at this time_ |
| setViewport | becomes set-viewport action |
| scroll | _not exported at this time_ |
| waitForElement | _not exported at this time_ |


If a step type is not listed above, then a warning message should be displayed in the CLI. We are working on adding more steps.
Expand All @@ -100,4 +100,6 @@ If a step type is not listed above, then a warning message should be displayed i

This project is licensed under the terms of the [MIT license](/LICENSE).

The initial implementation was inspired by [Cypress Chrome Recorder](https://github.com/cypress-io/cypress-chrome-recorder)
## Credits

The initial implementation was inspired by [Cypress Chrome Recorder](https://github.com/cypress-io/cypress-chrome-recorder)

0 comments on commit cbc96a4

Please sign in to comment.