A previous PR introduces the ability to retrieve an ElementHandle from an exposed binding: #4030
Since then the ElementHandle API has been discouraged and replaced by the more recent Locator objects.
I would like to have another option for the exposeBinding method that would allow me to specify that I prefer getting a Locator inside the callback instead of an ElementHandle.