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

ElementClickInterceptedException() public méthode

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

Same methods

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