
Hi,
I would like to write an xpath expression to ONLY print the text for all the "class - insights type1". I don't need to print the ones that has "hide" .
Following CSS selector gives me all the tags for the Insights popup
driver.find_elements_by_css_selector("#body > div.side-module.expanded > div.content")
Can someone help with this please?
Thanks
