am trying to automate a log in for this web site https://www.hpsmarts.com/app#/en/login
i normally use the web recorder to do this however the above web site does not load in web
recorder.
Let>FrameName={""}
Let>FormName={"loginFrm"}
Let>FieldName={"fEmail"}
Let>FieldValue=={"[email protected]"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
Let>FrameName={""}
Let>FormName={"loginFrm"}
Let>FieldName={"fPassword"}
Let>FieldValue={"password123456*"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
Let>FrameName={""}
Let>FormName={""}
Let>TagValue={""}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r
using the above code i can get the email and password boxes filled however i cant get the login button to work.
i also tried to manually click the login button after the boxes are filled by the code above but it says user and password invalid when they are both correct. any help is appreciated

