I am trying to scrape the data from naukri.com, here I am trying to scrape the location details for each recruiter visible on the page. The code I am writing is : 1st I have extracted all recruiters details in list highlight_table_tag. highlight_table_tag includes all the elements on the page however the loop only takes the 0th element of my
Tag: nosuchelementexception
How to send AppleID to the Sign in field using Selenium and Python
Why is this incorrect: Web page: https://idmsa.apple.com/IDMSWebAuth/signin?appIdKey=a01459d797984726ee0914a7097e53fad42b70e1f08d09294d14523a1d4f61e1&rv=2&path= Steps followed: Inspect, element selector, click on Apple ID field box shows: My code: Error: I’ve even put sleep for 100 sec just in case it was erroring because of it was taking a while to load. Answer Pat yourself on the back as there are a lot of positive take away, as