I guess I’m missing something but I can’t seem to reference components using the path variable/ internal shortcut parameter which I only just discovered. Eg - if I use the name B1 as path variable for a button component I thought I should be able to run the python code ‘ext.B1.click(1)’ but I get AttributeError: ‘td.Ext’ object has no attribute ‘B1’ (/project1/text1). How is this parameter supposed to be used?
That sounds right, do you have an example?
One thing to note: all references need to be inside the component, as ext. searches upwards.
Simarily, OP.ext… searches upward from that OP
example: op(‘geo2’).ext…