summaryrefslogtreecommitdiff
path: root/monkey-test/short-popular-sites.yaml
blob: 3dd27548d4a07c47ad7c5d25681094f722885ade (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
title: browse and render 50 popular sites
group: short-internet
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://www.google.com/
  - https://www.blogger.com/
  - https://apple.com/
  - https://plus.google.com/
  - https://microsoft.com/
  - https://play.google.com/
  - https://adobe.com/
  - https://youtube.com/
  - https://mozilla.org/
  - https://en.wikipedia.org/
  - https://support.google.com/
  - https://sites.google.com/
  - https://accounts.google.com/
  - https://docs.google.com/
  - https://wordpress.org/
  - https://linkedin.com/
  - https://vimeo.com/
  - https://maps.google.com/
  - https://github.com/
  - https://drive.google.com/
  - https://youtu.be/
  - https://creativecommons.org/
  - https://lh3.googleusercontent.com/Wwr1nDkB0VXEV77DA9mRGHOyfhPLt-_HhrfZAgKPsWuTOPc0TpTgShgQRbcjYlq5U7kwlb_UdmbztKNAkVUWDw2k6TPoYnevqXYkz1gMNgqVJONhwKOqW2au9tUtXX37Asv6xQPkFBjn5FvpziuvoxiWR7s8wbBuirUhaax8GT8WNoqHCLb-Wv1yqdCNX1hQ69xW3v0X_PHvS230mVoc-aBDAXdh9qO1qz4TKi0YtMYQmUpIlDuj1R7kg9ISpaziHaOOdUYfHYLQmodKdbC7ajb5Nt7Am8-02nne2JnD2M77ZH8-UPvBftd5I-jEqBkvbHIwVFxMNkcXGb3eJZEoxfapkPoUVJ5aZtLN9zO47J0oba-iNlMILAAXAkvQvMbZW86aljlaocH-lw2tBs4wyxU2KQ4xeKHQUkivmKruSUaN0Dhzubzdv_56exRjYNFJZYzMaoKbZISdHxHnhhVzTgStyk7CsaBoApxtx33Hv3B1HZ-WQsjJQuzrg3s8N2an03npLYyl8vZtHlcf8FSLmtfaAe-nkFZMUUf4xEfqfzw_0mNbyOTqTUJ-zFThgpPGXshzi6GO3J_oaSQnJ7-YJL57Ke26_lSA2qOIxCoon_VDD5ocRZaUGOmShBDehSN0kIkx7SCFnmQmypoDNzy9dHrQGibXdbs=w812-h633-no
  - https://vk.com/
  - https://blogspot.com/
  - https://news.google.com/
  - https://medium.com/
  - https://www.yahoo.com/
  - https://live.com/
  - https://istockphoto.com/
  - https://bbc.co.uk/
  - https://amazon.com/
  - https://dailymotion.com/
  - https://google.es/
  - https://google.com.br/
  - https://forbes.com/
  - https://mediafire.com/
  - https://wikimedia.org/
  - https://cloudflare.com/
  - https://google.de/
  - https://imdb.com/
  - https://hugedomains.com/
  - https://mail.ru/
  - https://developers.google.com/
  - https://bbc.com/
  - https://paypal.com/
  - https://opera.com/
  - https://feedburner.com/
  - https://facebook.com/
  - https://cnn.com/
  - https://dropbox.com/
  - https://whatsapp.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