Skip to content

Commit

Permalink
Merge pull request #7 from jbhv12/master
Browse files Browse the repository at this point in the history
UI elemements updated
  • Loading branch information
navchandar authored Sep 25, 2019
2 parents 7702bce + 33cd4ae commit daab1e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions naukri.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,11 @@ def UpdateProfile(driver):

def UploadResume(driver):
try:
uploadID = "uploadLink"
attachCVID = "attachCV"
saveXpath = "//button[@type='button']"
CheckPointID = "attachCVMsg"
CheckPointID = "attachCVMsgBox"

driver.get('https://my.naukri.com/Profile/view')
uploadElem = GetElement(driver, uploadID, locator='ID')
uploadElem.click()

AttachElement = GetElement(driver, attachCVID, locator='ID')
AttachElement.send_keys(ResumePath)
time.sleep(5)
Expand Down

0 comments on commit daab1e8

Please sign in to comment.