Selenium4 is returning 'ELEMENTS' Dictionary rather than actual elements
For example when I try
driver.find_elements(By.XPATH,'//input')
I get the dictionary of invalid elements like following
[{'ELEMENT':'0.02131234234312'},{'ELEMENT':'0.02131234234312'}]