Package com.microsoft.playwright.impl
Class FrameExpectResult
- java.lang.Object
-
- com.microsoft.playwright.impl.FrameExpectResult
-
class FrameExpectResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.String>log(package private) booleanmatches(package private) SerializedValuereceived
-
Constructor Summary
Constructors Constructor Description FrameExpectResult()
-
-
-
Field Detail
-
matches
boolean matches
-
received
SerializedValue received
-
log
java.util.List<java.lang.String> log
-
-