Class WindowOpen
java.lang.Object
org.openqa.selenium.devtools.v123.page.model.WindowOpen
Fired when a new window is going to be opened, via window.open(), link click, form submission,
etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
The URL for the new window.Whether or not it was triggered by user gesture.An array of enabled window features.Window name.
-
Constructor Details
-
WindowOpen
-
-
Method Details
-
getUrl
The URL for the new window. -
getWindowName
Window name. -
getWindowFeatures
An array of enabled window features. -
getUserGesture
Whether or not it was triggered by user gesture.
-