
....driver.get('http://www.etoro.com/au')action = webdriver.ActionChains(driver)action.move_to_element(driver.find_element_by_xpath( './/a[@]/span[text()="Login"]'))action.perform()# TODO Need to wait until the `inputUsername` field is visibleelem = driver.find_element_by_class_name('inputUsername')...欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)