Uses of Class
org.openqa.selenium.devtools.v112.dom.DOM.GetFrameOwnerResponse
-
Packages that use DOM.GetFrameOwnerResponse Package Description org.openqa.selenium.devtools.v112.dom -
-
Uses of DOM.GetFrameOwnerResponse in org.openqa.selenium.devtools.v112.dom
Methods in org.openqa.selenium.devtools.v112.dom that return types with arguments of type DOM.GetFrameOwnerResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<DOM.GetFrameOwnerResponse>
DOM. getFrameOwner(FrameId frameId)
Returns iframe node that owns iframe with the given domain.
-