Showing
2 changed files
with
3 additions
and
1 deletions
| ... | ... | @@ -234,7 +234,9 @@ Set Multi Ids |
| 234 | 234 | netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} |
| 235 | 235 | |
| 236 | 236 | Click Element xpath=//a[@class='reverse tenderLink'] |
| 237 | + Wait Until Page Contains Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] 20 | |
| 237 | 238 | Click Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] |
| 239 | + Wait Until Page Contains Element xpath=//textarea[@name='answer'] 20 | |
| 238 | 240 | Input text xpath=//textarea[@name='answer'] ${answer} |
| 239 | 241 | Click Element xpath=//div[1]/div[3]/form/div/table/tbody/tr/td[2]/button |
| 240 | 242 | Wait Until Page Contains ${answer} 30 | ... | ... |
Please
register
or
login
to post a comment