-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexcel__features
95 lines (95 loc) · 3.19 KB
/
excel__features
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
91
92
93
94
95
{
"keywordFileContentHash": "FA5FD5E424F02A4F5CB96AD41F3247DD",
"keywordClasses": [
{
"name": "excel.features",
"keywordMethods": [
{
"name": "refreshBrowser",
"parameters": [],
"javadoc": "/**\n\t * Refresh browser\n\t */"
},
{
"name": "clickElement",
"parameters": [
{
"name": "to",
"initialExpression": "",
"type": {
"fullClassName": "com.kms.katalon.core.testobject.TestObject",
"unresolvedClassName": "TestObject",
"isArray": false,
"isGnericsPlaceHolder": false,
"hasImmutableClassName": false,
"genericsTypes": [],
"errorOnParsing": false
}
}
],
"javadoc": "/**\n\t * Click element\n\t * @param to Katalon test object\n\t */"
},
{
"name": "getHtmlTableRows",
"parameters": [
{
"name": "table",
"initialExpression": "",
"type": {
"fullClassName": "com.kms.katalon.core.testobject.TestObject",
"unresolvedClassName": "TestObject",
"isArray": false,
"isGnericsPlaceHolder": false,
"hasImmutableClassName": false,
"genericsTypes": [],
"errorOnParsing": false
}
},
{
"name": "outerTagName",
"initialExpression": "",
"type": {
"fullClassName": "java.lang.String",
"unresolvedClassName": "String",
"isArray": false,
"isGnericsPlaceHolder": false,
"hasImmutableClassName": false,
"genericsTypes": [],
"errorOnParsing": false
}
}
],
"javadoc": "/**\n\t * Get all rows of HTML table\n\t * @param table Katalon test object represent for HTML table\n\t * @param outerTagName outer tag name of TR tag, usually is TBODY\n\t * @return All rows inside HTML table\n\t */"
},
{
"name": "XL",
"parameters": [
{
"name": "strings",
"initialExpression": "",
"type": {
"fullClassName": "",
"unresolvedClassName": "",
"isArray": true,
"isGnericsPlaceHolder": false,
"hasImmutableClassName": false,
"componentType": {
"fullClassName": "java.lang.String",
"unresolvedClassName": "String",
"isArray": false,
"isGnericsPlaceHolder": false,
"hasImmutableClassName": false,
"genericsTypes": [],
"errorOnParsing": false
},
"genericsTypes": [],
"errorOnParsing": false
}
}
],
"javadoc": ""
}
]
}
],
"javadocParsed": true
}