0.0.64 • Published 5 months ago

@dogu-tech/toolkit v0.0.64

Weekly downloads
-
License
SEE LICENSE IN ht...
Repository
-
Last release
5 months ago

@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

0.0.64

5 months ago

0.0.62

5 months ago

0.0.63

5 months ago

0.0.61

5 months ago

0.0.60

5 months ago

0.0.59

5 months ago

0.0.56

5 months ago

0.0.57

5 months ago

0.0.58

5 months ago

0.0.51

6 months ago

0.0.52

6 months ago

0.0.53

5 months ago

0.0.54

5 months ago

0.0.55

5 months ago

0.0.50

6 months ago

0.0.48

6 months ago

0.0.49

6 months ago

0.0.40

6 months ago

0.0.41

6 months ago

0.0.42

6 months ago

0.0.43

6 months ago

0.0.44

6 months ago

0.0.45

6 months ago

0.0.46

6 months ago

0.0.47

6 months ago

0.0.37

6 months ago

0.0.38

6 months ago

0.0.39

6 months ago

0.0.30

6 months ago

0.0.31

6 months ago

0.0.32

6 months ago

0.0.33

6 months ago

0.0.34

6 months ago

0.0.35

6 months ago

0.0.36

6 months ago

0.0.26

8 months ago

0.0.27

8 months ago

0.0.28

6 months ago

0.0.29

6 months ago

0.0.20

9 months ago

0.0.21

9 months ago

0.0.22

9 months ago

0.0.23

9 months ago

0.0.24

8 months ago

0.0.25

8 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.8-development.1

11 months ago

0.0.10

11 months ago

0.0.9-development.1

11 months ago

0.0.7-development.2

12 months ago

0.0.7-development.3

12 months ago

0.0.9

11 months ago

0.0.8

12 months ago

0.0.7-development.1

12 months ago

0.0.7

12 months ago

0.0.6-development.1

12 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago