def open_context_menu(self, locator):
"""Opens context menu on element identified by `locator`."""
element = self._element_find(locator, True, True)
ActionChains(self._current_browser()).context_click(element).perform()
_element.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录