如何使用带有Ruby的Selenium网络驱动程序在Chrome中浏览上下文菜单(向上或向下箭头,然后输入)?它会打开菜单,但无法选择任何内容。这是代码的一部分
driver.find_element(:id, "icImg").click
el = driver.find_element(:id, "viEnlargeImgLayer_img_ctr")
driver.action.context_click(el).perform
找不到任何有关如何从菜单中选择内容的信息。