I'm trying to write end-to-end browser tests using webdriver (Laravel Dusk) for a case using drag and drop of a google maps marker.
The documentation is straight forward about doing this given a CSS selector to the marker icon, but I can't figure out how to add a selector to a marker. This question and this question provided great answers for manipulating the marker inside the canvas, but nothing for external references.