C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,860 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i keep getting this error when i call WaitUntil.OperationSucceeds
Probably you should use WaitUntil.Completed because OperationSucceeds is invalid:
Where did you discover the WaitUntil.OperationSucceeds?