Package com.meterware.httpunit
Class FrameSelector
- java.lang.Object
-
- com.meterware.httpunit.FrameSelector
-
public class FrameSelector extends java.lang.ObjectAn immutable class which describes the position of a frame in the window hierarchy.- Since:
- 1.6
- Author:
- Russell Gold
-
-
Field Summary
Fields Modifier and Type Field Description static FrameSelectorTOP_FRAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
TOP_FRAME
public static FrameSelector TOP_FRAME
-
-