Skip to content

Instantly share code, notes, and snippets.

@atroche
Created October 10, 2019 05:26
Show Gist options
  • Save atroche/791730586ca2b43a68591c40a5000e1c to your computer and use it in GitHub Desktop.
Save atroche/791730586ca2b43a68591c40a5000e1c to your computer and use it in GitHub Desktop.
[src/breedery/disco_stu.rs:74] &monkey_dna = DNA {
actions: [
Type(
Type {
words: "turn off computer",
},
),
Click(
Click {
selector: "a",
nth: 58,
},
),
Click(
Click {
selector: "div",
nth: 59,
},
),
Click(
Click {
selector: "label",
nth: 18,
},
),
Click(
Click {
selector: "button",
nth: 2,
},
),
Click(
Click {
selector: "label",
nth: 73,
},
),
Click(
Click {
selector: "div",
nth: 66,
},
),
Click(
Click {
selector: "div",
nth: 16,
},
),
Click(
Click {
selector: "input",
nth: 41,
},
),
Click(
Click {
selector: "button",
nth: 4,
},
),
Click(
Click {
selector: "a",
nth: 1,
},
),
Click(
Click {
selector: "label",
nth: 38,
},
),
Click(
Click {
selector: "input",
nth: 4,
},
),
Click(
Click {
selector: "img",
nth: 75,
},
),
Click(
Click {
selector: "button",
nth: 20,
},
),
PressKey(
PressKey {
key: "Enter",
},
),
Click(
Click {
selector: "div",
nth: 8,
},
),
Click(
Click {
selector: "a",
nth: 98,
},
),
Click(
Click {
selector: "img",
nth: 51,
},
),
Type(
Type {
words: "turn off computer",
},
),
Click(
Click {
selector: "div",
nth: 0,
},
),
Click(
Click {
selector: "img",
nth: 86,
},
),
Click(
Click {
selector: "label",
nth: 43,
},
),
PressKey(
PressKey {
key: "Tab",
},
),
Click(
Click {
selector: "button",
nth: 0,
},
),
Click(
Click {
selector: "img",
nth: 69,
},
),
Click(
Click {
selector: "img",
nth: 45,
},
),
Click(
Click {
selector: "label",
nth: 1,
},
),
Click(
Click {
selector: "div",
nth: 85,
},
),
Click(
Click {
selector: "button",
nth: 44,
},
),
PressKey(
PressKey {
key: "Enter",
},
),
Click(
Click {
selector: "img",
nth: 2,
},
),
PressKey(
PressKey {
key: "Tab",
},
),
PressKey(
PressKey {
key: "Tab",
},
),
PressKey(
PressKey {
key: "Tab",
},
),
Click(
Click {
selector: "input",
nth: 89,
},
),
Click(
Click {
selector: "button",
nth: 37,
},
),
Click(
Click {
selector: "div",
nth: 20,
},
),
Click(
Click {
selector: "button",
nth: 86,
},
),
Click(
Click {
selector: "input",
nth: 33,
},
),
Click(
Click {
selector: "a",
nth: 49,
},
),
PressKey(
PressKey {
key: "Enter",
},
),
PressKey(
PressKey {
key: "Enter",
},
),
Click(
Click {
selector: "div",
nth: 44,
},
),
PressKey(
PressKey {
key: "Enter",
},
),
PressKey(
PressKey {
key: "Enter",
},
),
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment