I have recorded very simple flow with FF 9:
Navigation to
http://html5demos.com/classlist and clicking on "big" button. The recored was very easy and it recognized "big" button".
When replaying it didn't recognize textnode as can be seen below:
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.
See Help for more
information