Find elements in selenium method will return list of web elements in selenium.
c=driver.find_elements(By.CLASS_NAME,"class name")
for row in c:
print(row.text)
above code will print output as text.
This blog is about working with data by using different tools Excel ,Python, Access Power automate etc .
Find elements in selenium method will return list of web elements in selenium.
c=driver.find_elements(By.CLASS_NAME,"class name")
for row in c:
print(row.text)
above code will print output as text.