OpenQA.Selenium.ElementNotInteractableException.ElementNotInteractableException C# (CSharp) Méthode

ElementNotInteractableException() public méthode

Initializes a new instance of the ElementNotInteractableException class.
public ElementNotInteractableException ( ) : System
Résultat System
        public ElementNotInteractableException()
            : base()
        {
        }

Same methods

ElementNotInteractableException::ElementNotInteractableException ( SerializationInfo info, StreamingContext context ) : System
ElementNotInteractableException::ElementNotInteractableException ( string message ) : System
ElementNotInteractableException::ElementNotInteractableException ( string message, Exception innerException ) : System
ElementNotInteractableException