标签:
实例:
from selenium.webdriver.common.action_chains import ActionChains
right=drvier.find_element_by_xpath("xxx")
ActionChains(driver).context_click(right).perform()
from selenium.webdriver.common.keys import Keys
标签:
原文地址:http://www.cnblogs.com/saryli/p/4292675.html