@dogu-tech/toolkit
TypeScript icon, indicating that this package has built-in type declarations

0.0.64 • Public • Published

@dogu-tech/toolkit

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

Readme

Keywords

none

Package Sidebar

Install

npm i @dogu-tech/toolkit

Weekly Downloads

1

Version

0.0.64

License

SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md

Unpacked Size

323 kB

Total Files

56

Last publish

Collaborators

  • dogutech.io