Skip to content

Commit

Permalink
approve
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Goltsman committed Nov 1, 2020
1 parent 8d9ce72 commit 3ca083a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workers/Hilan_Health_Statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def sign(usr, passw, formUrl, Image):
browser.find_element_by_xpath('//*[@type="submit"]').click()
time.sleep(4)
browser.find_element_by_xpath('//*[@for="chkApprove"]').click()


browser.find_element_by_xpath('//*[@id="btnSubmit"]').click()

helpers.log_browser(browser)
helpers.fullpage_screenshot(browser,Image)
Expand Down

0 comments on commit 3ca083a

Please sign in to comment.