GetLocator() public method

TODO: Add documentation description.
public GetLocator ( ) : string
return string
Beispiel #1
0
 /// <summary>
 /// TODO: Add documentation description.
 /// </summary>
 /// <param name="frame">TODO: Add documentation description for the frame parameter.</param>
 public void SwitchTo(Frame frame)
 {
     this.client.SelectFrameByName(frame.GetLocator());
 }
Beispiel #2
0
 /// <summary>
 /// TODO: Add documentation description.
 /// </summary>
 /// <param name="frame">TODO: Add documentation description for the frame parameter.</param>
 public void SwitchTo(Frame frame)
 {
     this.client.SelectFrameByName(frame.GetLocator());
 }