browser-action-sync
v0.0.7
Published
Synchronize actions in different browsers for testing
Downloads
3
Readme
browser-action-sync
Synchronize actions in different browsers for testing
Install utility by using command npm i -g browser-action-sync
.
You can specify port which will be used it by using --port
flag. Default is 9000.
After that just add <script src="http://localhost:9000/client"></script>
to your main html file, run browser-action-sync
in terminal and enjoy.
For now, browser-action-sync support typing to input and textarea element without supporting of backspace and delete buttons and clicking.