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
cunderw
7 years agoCommunity Hero
It doesn't look like you are properly setup and you're not seeing any of the internal page objects.
Have you been through this?
- TanyaYatskovska7 years ago
Alumni