2.0.0 • Published 4 months ago

gametra v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Build Status Coverage

Still in development

Gametra

A cloud game driver and automator

  • Gametra is element-ignostic, it does not care about the element you are interacting with, but only the position of the mouse and the key you are pressing.

Install

$ npm i gametra

Usage

const {
  Game,
  ImageMatcher
} = require('gametra')

const game = new Game({
  url: 'https://www.google.com'
})

await game.launch()

await game.click(100, 100)

await game.screenshot()

License

MIT

1.2.0

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago

2.0.0

4 months ago

0.1.2

4 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.0

6 months ago