This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Refactor WriteAttribute API surface. #177
Closed
Description
Today we generate a single WriteAttribute
method which contains values that are only used for instrumentation. The suggestion here is to instead have two methods
WriteAttribute
which does not carry any instrumentation information. I'll update this method's signature once I investigate.WriteInstrumentedAttribute
which carries instrumentation information. This method will look identical to the currentWriteAttribute
.
The primary motive for this method is to have minimal runtime effects when instrumentation (BrowserLink) is not enabled.