Forum Discussion
radu
7 years agoOccasional Contributor
Hi Marsha!
I've tried your approach, but unfortunately I didn't get anything usefull (I've done some clicks on the radio buttons):
function Test1()
{
var chrome_RenderWidgetHostHWND;
chrome_RenderWidgetHostHWND = Aliases.browser.BrowserWindow.Chrome_RenderWidgetHostHWND;
chrome_RenderWidgetHostHWND.HScroll.Pos = 0;
chrome_RenderWidgetHostHWND.VScroll.Pos = 0;
chrome_RenderWidgetHostHWND.Click(88, 45);
chrome_RenderWidgetHostHWND.Click(37, 42);
chrome_RenderWidgetHostHWND.Click(36, 66);
}
Thank you!
R
Marsha_R
Champion Level 3
7 years agoHave you used the point and fix option in Object Spy to try to look at the radio buttons?
https://support.smartbear.com/testcomplete/docs/testing-with/exploring-apps/object-spy/about.html