FrameLocator
FrameLocator represents a way to find element(s) in an iframe. Frames can be nested, and this locator supports selecting a frame element and then working with it.
A FrameLocator can be created with the page.frameLocator(selector) method or the locator.contentFrame() method.


