System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation
问题 I am trying to automate a reactjs application and the framework our project is using built on C# and protractor-net. After any click or assert function I get the following error, but the defined action in the code executes successfully. System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ----> OpenQA.Selenium.WebDriverTimeoutException : timeout What is the cause of this error? using NUnit.Framework; using OpenQA.Selenium; using OpenQA