requirements -:
pip install matplotlib pip install selenium pip install pandas
Use selenium to do the following -:
. Navigate to the website
· Login to the portal (login form can be on the different window, or as a dropdown, or as a pop-up)
· Showcase interaction with the Dynamic and Static elements
· Extract web elements such as table or list
· Usage of locator types, whether to use CSS selector or Xpath
· How above variation effects performance of the testing
· Usage of Dynamic Xpath or tags vs Static Xpath
· Need of thread.sleep() functionality, in case of loading page or waiting for search results
· Can same selenium test work in different browsers (chrome or IE)
· Exception handling in case webpage doesn’t load properly as expected