Properties that are shown as "None" in the Accessibility Inspector are frequently reported to Python as empty strings, instead of Nones.
For example, this is a screenshot of the inspector pointing to the iTerm console. The "selected text" properties, as well as "help" are all "None":

But in Talon, when we print the attrs of that element, they are returned as '':

cc @nriley
Properties that are shown as "None" in the Accessibility Inspector are frequently reported to Python as empty strings, instead of
Nones.For example, this is a screenshot of the inspector pointing to the iTerm console. The "selected text" properties, as well as "help" are all "None":
But in Talon, when we print the
attrsof that element, they are returned as'':cc @nriley