|
1 | 1 | exportdefault()=>([ |
2 | 2 | { |
3 | 3 | name:'Builtin', |
4 | | -href:'http://robotframework.org/robotframework/latest/libraries/BuiltIn.html', |
| 4 | +href:'https://robotframework.org/robotframework/latest/libraries/BuiltIn.html', |
5 | 5 | description:'Provides a set of often needed generic keywords. Always automatically available without imports.', |
6 | 6 | tags:['library'] |
7 | 7 | }, |
8 | 8 | { |
9 | 9 | name:'Collections', |
10 | | -href:'http://robotframework.org/robotframework/latest/libraries/Collections.html', |
| 10 | +href:'https://robotframework.org/robotframework/latest/libraries/Collections.html', |
11 | 11 | description:'Provides a set of keywords for handling Python lists and dictionaries.', |
12 | 12 | tags:['library'] |
13 | 13 | }, |
14 | 14 | { |
15 | 15 | name:'DateTime', |
16 | | -href:'http://robotframework.org/robotframework/latest/libraries/DateTime.html', |
| 16 | +href:'https://robotframework.org/robotframework/latest/libraries/DateTime.html', |
17 | 17 | description:'Library for date and time conversions.', |
18 | 18 | tags:['library'] |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | name:'Dialogs', |
22 | | -href:'http://robotframework.org/robotframework/latest/libraries/Dialogs.html', |
| 22 | +href:'https://robotframework.org/robotframework/latest/libraries/Dialogs.html', |
23 | 23 | description:'Provides means for pausing the execution and getting input from users.', |
24 | 24 | tags:['library'] |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | name:'OperatingSystem', |
28 | | -href:'http://robotframework.org/robotframework/latest/libraries/OperatingSystem.html', |
| 28 | +href:'https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html', |
29 | 29 | description:'Enables various operating system related tasks to be performed in the system where Robot Framework is running.', |
30 | 30 | tags:['library'] |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | name:'Process', |
34 | | -href:'http://robotframework.org/robotframework/latest/libraries/Process.html', |
| 34 | +href:'https://robotframework.org/robotframework/latest/libraries/Process.html', |
35 | 35 | description:'Library for running processes in the system.', |
36 | 36 | tags:['library'] |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | name:'Remote', |
40 | | -href:'https://github.com/robotframework/RemoteInterface', |
| 40 | +href:'httpss://github.com/robotframework/RemoteInterface', |
41 | 41 | description:'Special library acting as a proxy between Robot Framework and libraries elsewhere. Actual libraries can be running on different machines and be implemented using any programming language supporting XML-RPC protocol.', |
42 | 42 | tags:['library'] |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | name:'Screenshot', |
46 | | -href:'http://robotframework.org/robotframework/latest/libraries/Screenshot.html', |
| 46 | +href:'https://robotframework.org/robotframework/latest/libraries/Screenshot.html', |
47 | 47 | description:'Provides keywords to capture screenshots of the desktop.', |
48 | 48 | tags:['library'] |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | name:'String', |
52 | | -href:'http://robotframework.org/robotframework/latest/libraries/String.html', |
| 52 | +href:'https://robotframework.org/robotframework/latest/libraries/String.html', |
53 | 53 | description:'Library for generating, modifying and verifying strings.', |
54 | 54 | tags:['library'] |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | name:'Telnet', |
58 | | -href:'http://robotframework.org/robotframework/latest/libraries/Telnet.html', |
| 58 | +href:'https://robotframework.org/robotframework/latest/libraries/Telnet.html', |
59 | 59 | description:'Makes it possible to connect to Telnet servers and execute commands on the opened connections.', |
60 | 60 | tags:['library'] |
61 | 61 | }, |
62 | 62 | { |
63 | 63 | name:'XML', |
64 | | -href:'http://robotframework.org/robotframework/latest/libraries/XML.html', |
| 64 | +href:'https://robotframework.org/robotframework/latest/libraries/XML.html', |
65 | 65 | description:'Library for generating, modifying and verifying XML files.', |
66 | 66 | tags:['library'] |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | name:'Rebot', |
70 | 70 | description:'Generate logs and reports based on XML outputs and for combining multiple outputs together.', |
71 | | -href:'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#post-processing-outputs', |
| 71 | +href:'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#post-processing-outputs', |
72 | 72 | tags:['tool'] |
73 | 73 | }, |
74 | 74 | { |
75 | 75 | name:'Libdoc', |
76 | 76 | description:'Generate keyword documentation for test libraries and resource files.', |
77 | | -href:'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#libdoc', |
| 77 | +href:'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#libdoc', |
78 | 78 | tags:['tool'] |
79 | 79 | }, |
80 | 80 | { |
81 | 81 | name:'Testdoc', |
82 | 82 | description:'Generate high level HTML documentation based on Robot Framework test cases.', |
83 | | -href:'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#testdoc', |
| 83 | +href:'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#testdoc', |
84 | 84 | tags:['tool'] |
85 | 85 | }, |
86 | 86 | { |
87 | 87 | name:'Tidy', |
88 | 88 | description:'Cleaning up and changing format of Robot Framework test data files.', |
89 | | -href:'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#tidy', |
| 89 | +href:'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#tidy', |
90 | 90 | tags:['tool'] |
91 | 91 | } |
92 | 92 | ]) |