0.0.7 • Published 1 year ago

@dogu-tech/gamium-client v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@dogu-tech/gamium-client

Gamium controller is a game automation library. Used for testing game-applications, Gamium aims to imitate the behavior of game users.

Installation

Gamium can be installed via npm:

npm install gamium-client

Usage

const elem = (
  await game.wait(
    until.objectLocated(
      By.path('/Canvas[1]/MainMenu[1]/Window[1]/Settings[1]'),
    ),
  )
).asUIElement();
await game.wait(until.elementInteractable(elem));
await elem.click();

Documentation

Please refer to dogu

Node Support Policy

nodejs 16.16.0 or higher.

License

MIT