Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要测试右键单击地图以使用 Geb 放置标记。我还没有找到任何说明如何执行此操作的文档。有人知道吗?
为此,您可以使用Geb 中的拖放支持。Actions 上有可用的contextClick()方法,您可以使用它来模拟右键单击。