When trying to verify the text values of both input and selection controls in Edge, it seems to consistently fail/crash. These steps work in Chrome/IE. What's causing these errors?
INPUT:
ExecuteCommand failed!
InError set by the client. Client Error:
Expected ')'
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'document.getElementsByTagName('input')[1].value',ClientId:'8b8a34c7-0309-491e-8aeb-3eee5c6ae6a9',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Expected ')'')
InnerException: none.
SELECTION:
ArtOfTest.Common.Design.Exceptions.ExecutionException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.SelectVerificationDescriptor.ExtractData(IAutomationHost targetBrowser, DescriptorValueStore dataStore)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
--- End of inner exception stack trace ---