05-12-2012, 12:55 AM
Hi -
I'm getting this new error on my HTML page I'm testing:
The object was found, but Smart Identification was necessary to identify it.
Object
Page Page
Step:
The HTML page I'm testing consists of several forms; one on top of the other. Each form has its own submit button.
The part I'm thinking may be the problem is that several <input> elements have name="meetingId" or "meetingid" (across forms). Is this bad form? Could this be the root of the problem I'm seeing?
Thanks for any helpful tips.
I'm getting this new error on my HTML page I'm testing:
The object was found, but Smart Identification was necessary to identify it.
Object
Page Page
Step:
Code:
Browser("Browser".Page("Page").WebEdit("meetingId")
The HTML page I'm testing consists of several forms; one on top of the other. Each form has its own submit button.
The part I'm thinking may be the problem is that several <input> elements have name="meetingId" or "meetingid" (across forms). Is this bad form? Could this be the root of the problem I'm seeing?
Thanks for any helpful tips.