0

I need to test a right click on a map to drop a marker with Geb. I haven't found any documentation saying how to do this. Does anyone know?

Mitchell Ingram
  • 686
  • 2
  • 11
  • 23

1 Answers1

1

You can use drag and drop support in Geb for that. There is contextClick() method available on Actions that you could use to a simulate right click.

erdi
  • 6,944
  • 18
  • 28