IFrame (WsTabPageFrame)

To support automation on a WorkSpace Jacada:Frame tab, a WebFrame control must be defined as a child of the WsTabPageFrame in the Repository. Every control that is part of the web page inside the IFrame and need automation must be identified as a child of the web frame in the Repository.

For example:

<WSTab Name="tabdiv" ProgId="wsTabCtrl>

    <WSTabPageFrame Id="MessagesTab" ProgId="wsMessages">

        <WebFrame Name="MessageBoardFrame" ProgId="wsMessagesFrame">

            <EditBox Name="q" ProgId="txtSearch"> </EditBox>

        </WebFrame>

    </WSTabPageFrame>

</WSTab>

 

Property

Description

String FrameId

Gets Jacada:Frame id.

Uri Uri

Gets pointed Uri object.

string Url

Gets URL string.

 

Method

Description

void Navigate(string newURL)

Goes to URL.