Closed vamseeachanta closed 4 days ago
Process :
step-1 : Given url will be opened in chrome webdriver using driver.get() method. step-2 : Given API ID will be given to text box that is accessed uniquely using by.XPATH method. step-3 : submit query buttons are clicked using Element.click() method, then content will be shown. step-4 : CSV_Button.click() is clicked step-5 : Now, Temporary files are downloaded. step-6 : Temporary files extensions are changed to CSV. step-7 : CSV files of a specified directory are filtered using OS module. step-8 : Path of newly created CSV file will be copied. step-9 : That path is used to read CSV file as Dataframe.