Watin.Core inner exception: Old format or invalid type library. (Exception from HRESULT: 0x80028019 TYPE_E_UNSUPFORMAT)

0

I'm having this issue when I'm using watin.core to automate compliance check in C#. I also experience some timeout and slowdowns on internet explorer.

An unhandled exception of type 'WatiN.Core.Exceptions.ElementNotFoundException' occurred in WatiN.Core.dll

Additional information: Could not find SPAN element tag matching criteria: 'Attribute 'className' equals 'job-location'' And 'Index = 5' at https://careers.hpe.com/search-jobs/ (inner exception: Old format or invalid type library. (Exception from HRESULT: 0x80028019 (TYPE_E_UNSUPFORMAT)))

This is where to code have its error:

reqloc = browser.Span(Find.ByClass("job-location") && Find.ByIndex(testing)).Text;
c#
watin
asked on Stack Overflow Jun 19, 2018 by Vokult • edited Jun 19, 2018 by Azeem

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0