Class ElementRemovedFromDomException
- Namespace
- Bunit
- Assembly
- Bunit.Web.dll
Represents an exception that is thrown when trying to access an element that was previous found in the DOM.
public sealed class ElementRemovedFromDomException : ElementNotFoundException, ISerializable
- Inheritance
-
ElementRemovedFromDomException
- Implements
- Inherited Members
- Extension Methods
Constructors
ElementRemovedFromDomException(string)
Initializes a new instance of the ElementRemovedFromDomException class.
public ElementRemovedFromDomException(string cssSelector)
Parameters
cssSelector
string