hasFrameContext
Boolean hasFrameContext(browserTab, context)
This function returns true
if the tab referenced by browserTab
has a frame that matches the context
and can be accessed by the test script; otherwise it returns false
. A frame context is a string identifying a frame inside a page based on its nesting inside other frames. For example the first frame in a page has the context FRAME1, the second FRAME2 etc. and if a frame has itself another frame that one can be identified using FRAME1.FRAME1. (See also, Boolean setFrameContext(browserTab, frameName).)
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.