netcast.robot
12.9 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
*** Setting ***
Library Selenium2Screenshots
Library String
Library DateTime
*** Variables ***
${locator.tenderId} jquery=h3
*** Keywords ***
Підготувати клієнт для користувача
[Arguments] @{ARGUMENTS}
[Documentation] Відкрити брaвзер, створити обєкт api wrapper, тощо
... ${ARGUMENTS[0]} == username
Open Browser ${BROKERS['${USERS.users['${ARGUMENTS[0]}'].broker}'].url} ${USERS.users['${ARGUMENTS[0]}'].browser} alias=${ARGUMENTS[0]}
Set Window Size @{USERS.users['${ARGUMENTS[0]}'].size}
Set Window Position @{USERS.users['${ARGUMENTS[0]}'].position}
Run Keyword And Ignore Error Pre Login ${ARGUMENTS[0]}
Wait Until Page Contains Element jquery=a[href="/cabinet"]
Click Element jquery=a[href="/cabinet"]
Wait Until Page Contains Element name=email 10
Input text name=email mail
Sleep 1
Input text name=email ${USERS.users['${username}'].login}
Sleep 2
Input text name=psw ${USERS.users['${username}'].password}
Wait Until Page Contains Element xpath=//button[contains(@class, 'btn')][./text()='Вхід в кабінет'] 100
Click Element xpath=//button[contains(@class, 'btn')][./text()='Вхід в кабінет']
Pre Login
[Arguments] @{ARGUMENTS}
[Documentation]
... ${ARGUMENTS[0]} == username
Wait Until Page Contains Element name=siteLogin 10
Input text name=siteLogin ${BROKERS['${USERS.users['${username}'].broker}'].login}
Input text name=sitePass ${BROKERS['${USERS.users['${username}'].broker}'].password}
Click Button xpath=.//*[@id='table1']/tbody/tr/td/form/p[3]/input
Створити тендер
[Arguments] @{ARGUMENTS}
[Documentation]
... ${ARGUMENTS[0]} == username
... ${ARGUMENTS[1]} == tender_data
${tender_data}= Add_time_for_GUI_FrontEnds ${ARGUMENTS[1]}
${items}= Get From Dictionary ${tender_data.data} items
${title}= Get From Dictionary ${tender_data.data} title
${description}= Get From Dictionary ${tender_data.data} description
${budget}= Get From Dictionary ${tender_data.data.value} amount
${step_rate}= Get From Dictionary ${tender_data.data.minimalStep} amount
${items_description}= Get From Dictionary ${tender_data.data} description
${quantity}= Get From Dictionary ${items[0]} quantity
${countryName}= Get From Dictionary ${tender_data.data.procuringEntity.address} countryName
${delivery_end_date}= Get From Dictionary ${items[0].deliveryDate} endDate
${delivery_end_date}= convert_date_to_slash_format ${delivery_end_date}
${cpv}= Get From Dictionary ${items[0].classification} description_ua
${cpv_id}= Get From Dictionary ${items[0].classification} id
${cpv_id1}= Replace String ${cpv_id} - _
${dkpp_desc}= Get From Dictionary ${items[0].additionalClassifications[0]} description
${dkpp_id}= Get From Dictionary ${items[0].additionalClassifications[0]} id
${dkpp_id1}= Replace String ${dkpp_id} - _
${enquiry_end_date}= Get From Dictionary ${tender_data.data.enquiryPeriod} endDate
${enquiry_end_date}= convert_date_to_slash_format ${enquiry_end_date}
${end_date}= Get From Dictionary ${tender_data.data.tenderPeriod} endDate
${end_date}= convert_date_to_slash_format ${end_date}
Selenium2Library.Switch Browser ${ARGUMENTS[0]}
Wait Until Page Contains Element jquery=a[href="/tenders/new"] 100
Click Element jquery=a[href="/tenders/new"]
Wait Until Page Contains Element name=tender_title 100
Input text name=tender_title ${title}
Input text name=tender_description ${description}
Input text name=tender_value_amount ${budget}
Input text name=tender_minimalStep_amount ${step_rate}
Input text name=items[0][item_description] ${items_description}
Input text name=items[0][item_quantity] ${quantity}
Input text name=items[0][item_deliveryAddress_countryName] ${countryName}
Input text name=items[0][item_deliveryDate_endDate] ${delivery_end_date}
Click Element xpath=//a[contains(@data-class, 'cpv')][./text()='Визначити за довідником']
Select Frame xpath=//iframe[contains(@src,'/js/classifications/cpv/uk.htm?relation=true')]
Input text id=search ${cpv}
Wait Until Page Contains ${cpv_id}
Click Element xpath=//a[contains(@id,'${cpv_id1}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Click Element xpath=//a[contains(@data-class, 'dkpp')][./text()='Визначити за довідником']
Select Frame xpath=//iframe[contains(@src,'/js/classifications/dkpp/uk.htm?relation=true')]
Input text id=search ${dkpp_desc}
Wait Until Page Contains ${dkpp_id}
Click Element xpath=//a[contains(@id,'${dkpp_id1}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Input text name=tender_enquiryPeriod_endDate ${enquiry_end_date}
Input text name=tender_tenderPeriod_endDate ${end_date}
Run Keyword if '${mode}' == 'multi' Додати предмет items
Wait Until Page Contains Element name=do 100
Click Element name=do
Wait Until Page Contains Element xpath=//a[contains(@class, 'button pubBtn')] 100
Click Element xpath=//a[contains(@class, 'button pubBtn')]
Wait Until Page Contains Тендер опубліковано 100
${tender_UAid}= Get Text xpath=//*/section[6]/table/tbody/tr[2]/td[2]
${Ids}= Convert To String ${tender_UAid}
Run keyword if '${mode}' == 'multi' Set Multi Ids ${tender_UAid}
[return] ${Ids}
Set Multi Ids
[Arguments] @{ARGUMENTS}
[Documentation]
... ${ARGUMENTS[1]} == ${tender_UAid}
${id}= Get Text xpath=//*/section[6]/table/tbody/tr[1]/td[2]
${Ids}= Create List ${tender_UAid} ${id}
Додати предмет
[Arguments] @{ARGUMENTS}
[Documentation]
... ${ARGUMENTS[0]} == items
${dkpp_desc1}= Get From Dictionary ${items[1].additionalClassifications[0]} description
${dkpp_id11}= Get From Dictionary ${items[1].additionalClassifications[0]} id
${dkpp_1id}= Replace String ${dkpp_id11} - _
${dkpp_desc2}= Get From Dictionary ${items[2].additionalClassifications[0]} description
${dkpp_id2}= Get From Dictionary ${items[2].additionalClassifications[0]} id
${dkpp_id2_1}= Replace String ${dkpp_id2} - _
${dkpp_desc3}= Get From Dictionary ${items[3].additionalClassifications[0]} description
${dkpp_id3}= Get From Dictionary ${items[3].additionalClassifications[0]} id
${dkpp_id3_1}= Replace String ${dkpp_id3} - _
Wait Until Page Contains Element xpath=//a[contains(@class, 'addMultiItem')][./text()='Додати предмет закупівлі']
Click Element xpath=//a[contains(@class, 'addMultiItem')][./text()='Додати предмет закупівлі']
Wait Until Page Contains Element name=items[1][item_description] 100
Input text name=items[1][item_description] ${description}
Input text name=items[1][item_quantity] ${quantity}
Click Element xpath=(//a[contains(@data-class, 'cpv')][./text()='Визначити за довідником'])[2]
Select Frame xpath=//iframe[contains(@src,'/js/classifications/cpv/uk.htm?relation=true')]
Input text id=search ${cpv}
Wait Until Page Contains ${cpv_id}
Click Element xpath=//a[contains(@id,'${cpv_id1}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Click Element xpath=(//a[contains(@data-class, 'dkpp')][./text()='Визначити за довідником'])[2]
Select Frame xpath=//iframe[contains(@src,'/js/classifications/dkpp/uk.htm?relation=true')]
Input text id=search ${dkpp_desc1}
Wait Until Page Contains ${dkpp_id11}
Click Element xpath=//a[contains(@id,'${dkpp_1id}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Click Element xpath=//a[contains(@class, 'addMultiItem')][./text()='Додати предмет закупівлі']
Wait Until Page Contains Element name=items[2][item_description] 100
Input text name=items[2][item_description] ${description}
Input text name=items[2][item_quantity] ${quantity}
Click Element xpath=(//a[contains(@data-class, 'cpv')][./text()='Визначити за довідником'])[3]
Select Frame xpath=//iframe[contains(@src,'/js/classifications/cpv/uk.htm?relation=true')]
Input text id=search ${cpv}
Wait Until Page Contains ${cpv_id}
Click Element xpath=//a[contains(@id,'${cpv_id1}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Click Element xpath=(//a[contains(@data-class, 'dkpp')][./text()='Визначити за довідником'])[3]
Select Frame xpath=//iframe[contains(@src,'/js/classifications/dkpp/uk.htm?relation=true')]
Input text id=search ${dkpp_desc2}
Wait Until Page Contains ${dkpp_id2}
Click Element xpath=//a[contains(@id,'${dkpp_id2_1}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Click Element xpath=//a[contains(@class, 'addMultiItem')][./text()='Додати предмет закупівлі']
Wait Until Page Contains Element name=items[3][item_description] 100
Input text name=items[3][item_description] ${description}
Input text name=items[3][item_quantity] ${quantity}
Click Element xpath=(//a[contains(@data-class, 'cpv')][./text()='Визначити за довідником'])[4]
Select Frame xpath=//iframe[contains(@src,'/js/classifications/cpv/uk.htm?relation=true')]
Input text id=search ${cpv}
Wait Until Page Contains ${cpv_id}
Click Element xpath=//a[contains(@id,'${cpv_id1}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Click Element xpath=(//a[contains(@data-class, 'dkpp')][./text()='Визначити за довідником'])[4]
Select Frame xpath=//iframe[contains(@src,'/js/classifications/dkpp/uk.htm?relation=true')]
Input text id=search ${dkpp_desc3}
Wait Until Page Contains ${dkpp_id3}
Click Element xpath=//a[contains(@id,'${dkpp_id3_1}')]
Click Element xpath=.//*[@id='select']
Unselect Frame
Input text name=tender_enquiryPeriod_endDate ${enquiry_end_date}
Input text name=tender_tenderPeriod_endDate ${end_date}
Пошук тендера по ідентифікатору
[Arguments] @{ARGUMENTS}
[Documentation]
... ${ARGUMENTS[0]} == username
... ${ARGUMENTS[1]} == tenderId
... ${ARGUMENTS[2]} == id
Switch browser ${ARGUMENTS[0]}
${current_location}= Get Location
Run keyword if '${BROKERS['${USERS.users['${username}'].broker}'].url}/#/tenderDetailes/${ARGUMENTS[2]}'=='${current_location}' Reload Page
Go to ${BROKERS['${USERS.users['${username}'].broker}'].url}
Wait Until Page Contains E-TENDER - центр електронної торгівлі 10
sleep 1
Input Text jquery=input[ng-change='search()'] ${ARGUMENTS[1]}
Click Link jquery=a[ng-click='search()']
sleep 2
${last_note_id}= Add pointy note jquery=a[href^="#/tenderDetailes"] Found tender with tenderID "${ARGUMENTS[1]}" width=200 position=bottom
sleep 1
Remove element ${last_note_id}
Click Link jquery=a[href^="#/tenderDetailes"]
Wait Until Page Contains ${ARGUMENTS[1]} 10
sleep 1
Capture Page Screenshot