summaryrefslogtreecommitdiff
path: root/monkey-test/extended-internet/popular-sites-1.yaml
blob: 6cd564d09f0c94a55d7099e255e9af4db4f98f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
title: test 1 browse and render 20 sites
group: extended-internet1
steps:
- action: launch
  language: en
  options:
  - enable_javascript=1
- action: window-new
  tag: win1
- action: timer-start
  timer: totaltimer
- action: timer-start
  timer: timer1
- action: repeat
  values:
  - https://google.com/
  - https://facebook.com/
  - https://youtube.com/
  - https://twitter.com/
  - https://linkedin.com/
  - https://microsoft.com/
  - https://instagram.com/
  - https://wikipedia.org/
  - https://apple.com/
  - https://plus.google.com/
  - https://adobe.com/
  - https://en.wikipedia.org/
  - https://itunes.apple.com/
  - https://youtu.be/
  - https://vimeo.com/
  - https://goo.gl/
  - https://pinterest.com/
  - https://wordpress.com/
  - https://googletagmanager.com/
  - https://play.google.com/
  tag: urls
  steps:
  - action: navigate
    window: win1
    repeaturl: urls
  - action: block
    conditions:
    - window: win1
      status: complete
    - timer: timer1
      elapsed: 20
  - action: stop
    window: win1
  - action: plot-check
    window: win1
  - action: timer-restart
    timer: timer1
- action: timer-stop
  timer: totaltimer
- action: window-close
  window: win1
- action: quit