Class MoveTargetOutOfBoundsException
Represents exceptions that are thrown when an attempt is made to move the mouse pointer outside the bounds of the browser view port.
[Serializable]
public class MoveTargetOutOfBoundsException : WebDriverException, ISerializable
- Inheritance
-
MoveTargetOutOfBoundsException
- Implements
- Inherited Members
Constructors
MoveTargetOutOfBoundsException()
Initializes a new instance of the WebDriverTimeoutException class.
public MoveTargetOutOfBoundsException()
MoveTargetOutOfBoundsException(string?)
Initializes a new instance of the MoveTargetOutOfBoundsException class with a specified error message.
public MoveTargetOutOfBoundsException(string? message)
Parameters
message
stringThe message that describes the error.
MoveTargetOutOfBoundsException(string?, Exception?)
Initializes a new instance of the MoveTargetOutOfBoundsException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public MoveTargetOutOfBoundsException(string? message, Exception? innerException)