Hacker News new | ask | show | jobs
by mherrmann 4575 days ago
Hi,

thanks for the suggestions! I'll discuss them with my colleagues.

CSS selectors are supported, because Helium is fully compatible with Selenium. Eg.: You can say click(driver.find_element_by_css_class('btn')), where click(...) is a Helium command and driver.find_element_by_css_class(...) is from Selenium. Helium and Selenium are 100% interoperable.

Thanks again! :-)