Completed
Last Updated: 06 Feb 2017 07:19 by ADMIN
Stoil
Created on: 17 Dec 2016 09:16
Type: Bug Report
0
Unhandled exception throw by step verifying selection in HTMLSelect
Randomly thrown 
- 'Fail' : 4. Wait for selection 'ByText' is '2017' on 'SelectYearSelect'
 by in Firefox:
Unexpected error while waiting on condition. Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlSelect.get_SelectedOption()
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.SelectVerificationDescriptor.ExtractData(IAutomationHost targetBrowser, DescriptorValueStore dataStore)
   at ArtOfTest.Common.Design.Extensibility.Descriptors.VerificationDescriptor.<PerformWait>b__30_0(IAutomationHost hst, DescriptorValueStore values)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at ArtOfTest.Common.WaitAsync._worker_DoWork[T,V](Object waitParam)
1 comment
ADMIN
Daniel Djambov
Posted on: 06 Feb 2017 07:18
We have rewritten our Firefox logic for java script handling and this should be obsolete with our latest code changes, that will be available in our R1 2017 planned for Feb 2017.