Gamium controller is a game automation library. Used for testing game-applications, Gamium aims to imitate the behavior of game users.
npm install @dogu-tech/toolkitGamium controller is a game automation library. Used for testing game-applications, Gamium aims to imitate the behavior of game users.
Gamium can be installed via npm:
``bash`
npm install gamium-client
`typescript``
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();
Please refer to dogu
nodejs 16.16.0 or higher.