genieComponent.getValueOf() is very slow. It takes 1 sec or more to return value of the specified property. Is there any alternative for this? Because of this tests are slow, even some of simplest tests take 5-10 mins.
Surprisingly, getChildren (incl recursive) method is quite fast it returns matching childrens quicker than getValueOf which just fetches property of the object.
Thanks
~Jayanth
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think about using directly SocketClient in order to do async call.
So that sending request for all my objects propertis, then waiting for all response, so that minimising round trip latency.
Note that a can't use getChildren. It return 0 childs whereas getNumAutomationChildren return many.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
genieComponent.getValueOf() is very slow. It takes 1 sec or more to return value of the specified property. Is there any alternative for this? Because of this tests are slow, even some of simplest tests take 5-10 mins.
Surprisingly, getChildren (incl recursive) method is quite fast it returns matching childrens quicker than getValueOf which just fetches property of the object.
Thanks
~Jayanth
idem...
I think about using directly SocketClient in order to do async call.
So that sending request for all my objects propertis, then waiting for all response, so that minimising round trip latency.
Note that a can't use getChildren. It return 0 childs whereas getNumAutomationChildren return many.