Forum Discussion
rraghvani
Champion Level 3
3 years agoThe following code,
function DrawLine()
{
// "https://www.autodraw.com/"
var browser = Sys.Browser("chrome");
var page = browser.Page("https://www.autodraw.com/");
page.Panel("root").Panel("main_app_content").Panel("main_canvas_container").Canvas("main_canvas").Drag(407, 165, 1086, 425);
}
draws a line,
In your example, are you able to see the mouse cursor move from one point to another?
- lakshmi853 years agoNew ContributorHi rraghvani,
In my case I am not able to see mouse cursor moving from one point to another point.