KULASEKARAN S’ Post

View profile for KULASEKARAN S, graphic

Embedded Firmware Engineer

✨️ A few weeks back, I was working on this selenium script that will webscrape the status of production devices off of a site and saves them to a CSV file locally. I was facing a few issues👾 every now on then like StaleElementReferenceException🚫 or NoSuchElementFoundException🚫 and eventually I moved onto other tasks. Recently, I learnt about a few of Implicit/Explicit wait methods in Selenium. Using the WebdriverWait.until() I was able to fix it and now my script works 💪😎✨️ Modules utilized: 👉 Selenium : For Web Scraping 👉 Datetime : For getting current date 👉 HTTP, requests : For getting auth tokens 👉 CSV : To write the outout to CSV file 👉 OS : To rename the CSV file based on current date

To view or add a comment, sign in

Explore topics