Archana-GS
Archana-GS
I think this is alright for Selenium 4.4 now. Removed "**.find_elements_by_tag_name(**" method in the Base_Page.py . I don't think any tests where running through those but instead the correct "**.find_elements(By.TAG_NAME,**"
Right now our `Base_Page.py` do not have a function to perform drag and drop while running UI automation tests. So adding drag and drop function in `Base_Page.py`.
Right now our Base_Page.py do not have a function to perform file upload while running UI automation tests. So adding file upload function in Base_Page.py.