Dear AdWords Script team,
would it be possible to change the generated API HTML so that it includes IDs and classes than can be consumed in an automated way?
I am trying to extract Scala-js class definitions for the AdWords API (so I can finally write AdWords scripts in a type-safe language with full IDE support) and the lack of locateable HTML elements makes this much harder than necessary.
This would also be useful for other type-safe compiles-to-js languages like Dart, TypedScript, PureScript, ...
The Apps Script API documents have a nice, parseable structure, so if you could reuse their layout that would be great :D
Thanks!
Martin