I am trying to create a script to update my naukri profile.
But I am facing issue with the login part as naukri.com has 2 pages for the same login window and out of those the pages, a random page is displayed. Below are the codes I used:
Email ID / Username
<input type="text" id="usernameField" placeholder="Enter your Email ID or Username" rel="required:usernameField_required|blur" autocapitalize="none" value="">
Password
<input type="password" id="passwordField" placeholder="Enter your Password" rel="required:passwordField_required|blur" autocapitalize="none" value="">
https://login.naukri.com/nLogin/Login.php Email ID:
<input type="text" name="USERNAME" id="emailTxt" placeholder="Enter Email ID" rel="regEmail" ref="emailRad" autocomplete="off" maxlength="100" class=" err">
Password:
<input type="password" name="PASSWORD" id="pwd1" placeholder="Enter password" rel="logPass" maxlength="40" class=" err">