|
Solved! Go to Solution.
Hey Gang - Turns out the solution was a Setting - See below:
Hi,
Far not sure if it helps (most probably - not, but anyway), but the latest version of TC is 14.72.485.
You may try to update and then report the problem to Support via the https://support.smartbear.com/testcomplete/message/ form.
It might also be worth doing a fresh installation, somethimes that fixes things for us 🙂
Hello,
I have ever tried to use Chrome simulator to test by TestComplete.
But it failed. The same problem that you mentioned.
I thought that it was the limit in TestComplete.
But as your description it can be done. Thanks for your information.
It is very helpful for me.
Maybe it is the problem in new version.
I decide to update to 14.70.237 and try it again.
I will report my result here later.
By the way,
My TC is 14.60.274.7.
Chrome is 88.0.4324.104.
Hi,
I'm back!
I try it again in TestComplete 14.70.237.
Sadly I still cannot capture the object with Object Spy.😅
If it worked in your side with 14.70.237, the reason of the problem maybe the Chrome version.
Even though , you cannot capture or operate the element in the page.
You could do the action with dom. Like below code instead of using namemapping object.
Sys.Browser("chrome").Page("http://www.xxx.com").contentDocument.getElementById("index-bn").click();
Thank you all.
First - correction - we are on Chrome 88 not 86. My bad.
Second - I'm working with our support/security folks to try to get 14.72.485. We'll give that a go - and report back.
Rich
Hey Gang - Turns out the solution was a Setting - See below: