I'm just starting to use this software under demo for my company to see if it meets our needs, but I'm falling at the first hurdle... I need to be able to login to a web portal and download some data, but I don't seem to be able to get MS to recognise the login fields, it doesn't error or do anything.
What's wrong with this (anon on purpose ******)
Code: Select all
//Set IGNORESPACES to 1 to force script interpreter to ignore spaces.
//If using IGNORESPACES quote strings in {" ... "}
//Let>IGNORESPACES=1
Let>RP_WAIT=1
Let>RP_WINDOWMODE=3
RunProgram>C:\*******\chrome.exe
GetWindowHandle>New Tab - Google Chrome,hWndParent
FindObject>hWndParent,Chrome_RenderWidgetHostHWND,,1,hWnd,X1,Y1,X2,Y2,result
ObjectSendKeys>hWnd,{"https://www.eonenergy.com/for-your-business/large-energy-users/your-account"}
Press Enter
MouseMove>-843,347
LClick
GetWindowHandle>Your account | Large energy users - E.ON - Google Chrome,hWndParent
FindObject>hWndParent,Chrome_RenderWidgetHostHWND,,1,hWnd,X1,Y1,X2,Y2,result
ObjectSendKeys>hWnd,{"[email protected]"}