Forum Discussion
BMD
8 years agoContributor
I see from a previous post that perhaps I have not been clear. Test Complete 12.50 and Windows 10 work and does not crash. TC and Win 10 with IE11 also works fine. The issue is TC and Win 10 with Edge that does not work. I will contact support directly.
Sorry and Thanks, BMD.
dganov
Staff
8 years agoI suppose the reason that your code
if (GenerateReport_Btn.currentStyle.color == "#818181")
does not work is that real value returned by Edge in this case is "rgb(129, 129, 129)".
You can check this assumption by the code like this:
Log.Message(GenerateReport_Btn.currentStyle.color)
- BMD8 years agoContributor
Although you are partly correct the underlying problem is using object spy of the report button and clicking on currentStyle (the object in the properties tree) the tabs properties and methods is missing the fields tab and the tabs listed have to returned values.