Exemplo n.º 1
0
 def click_js(self, xpath):
     xpathElement = Selenium2Library.find_element(xpath)
     Selenium2Library._current_browser().execute_script(
         'return argument[0].click()', xpathElement)