Returns either this instance's serialized represention, if immediately available, or a promise for its serialized representation. This function is conceptually equivalent to objects that have a {@code toJSON()} property, except the serialize() result may be a promise or an object containing a promise (which are not directly JSON friendly).
This instance's serialized wire format.
Generated using TypeDoc
Defines an object that can be asynchronously serialized to its WebDriver wire representation.