How to get the color of a textnode
Hi all,
I have a question about the colort of a textnode. Please look at the following two textnodes. I am trying to achieve their color by using the following code:
var pin7= Aliases.home.panel1.textnodePin7;
var cc= pin7.style.color;
var bc= pin7.style.backgroudcolor;
Log.Message(cc+bc);
But I always get the empty string for the colors? Which function is correct for achieving their colors?
Best Regards,
Jie
Yep,
Problem is inside the Ready API, not much I can do with that. Anyways, Jira issue was created about this as support was able to reproduce this.
Solution for now is to use older version 1.4.1
Hermes JMS support in Ready API / SOAP UI is cool thing but I hope it could switched to some other JMS tool as Hermes is getting outdated and there seems to be no support for that anymore.
Hi
I checked this issue with latest Ready! API 1.6.0 and now the HermesJMS is working again. So this bug is now fixed :-)
Good Job SmartBear!