setCustomAttribute

fun setCustomAttribute(key: String, value: String)

Set the custom attribute of the driver. Up to 4 custom attributes can be set for a driver.

@param key - A key for the custom attribute. @param value - A value for the custom attribute.

Throws: IllegalStateException - if max custom attributes (4) are already specified.