Hello,
I have an error while executing my test in FireFox:
ExecuteCommand failed!
InError set by the client. Client Error:
mozCommandProcessor: FindElement(): Tag collection is either empty or has less elements than the element occurrence requested.TagName: , Occurrence Requested: -1, All Tags Collection length: 0
BrowserCommand (Type:'Information',Info:'FrameRectangle',Action:'NotSet',Target:'null',Data:'3',ClientId:'Client_4a4fdaef-16a2-48c9-bc63-51062886594d',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'mozCommandProcessor: FindElement(): Tag collection is either empty or has less elements than the element occurrence requested.TagName: , Occurrence Requested: -1, All Tags Collection length: 0')
InnerException: none.
The error occurs on pressing several buttons. E.g.:
<input type="submit" id="btnNext" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnNext", "", true, "", "UnitConfiguration.aspx", false, false))" value="Next" name="btnNext">
Test step:
Desktop command: Left click on btnNext
I tried to use "Click btnNext" command, but I got the same error
Please, note that in IE7 all works fine.
How can I fix this problem?
Thanks in advance