gadic
13 years agoOccasional Contributor
Problem in FireFox
Hi I downloaded the trail version of TestComplete 8.70 and I am not able to do even simple flows like clicking on button in Firefox 9. Please advice Gadi
There are several objects in the system that match the recognition attributes
of the "textnodeToggleclass"
mapped object.
This may cause the "Object not found" error.
Objects
Sys.Process("firefox").Page("http://html5demos.com/classlist").TextNode(3)
Sys.Process("firefox").Page("http://html5demos.com/classlist").TextNode("toggleClass")
Sys.Process("firefox").Page("http://html5demos.com/classlist").TextNode("classListTest")
Sys.Process("firefox").Page("http://html5demos.com/classlist").TextNode(2)
Sys.Process("firefox").Page("http://html5demos.com/classlist").TextNode(1)
Sys.Process("firefox").Page("http://html5demos.com/classlist").TextNode(0)
To solve the problem, you may need to modify mapping
settings for the "textnodeToggleclass"
object or one of its parent objects.