Weird issue with running process from control room

composedgaurav

New Member
Hey guys, I have a VBO in which I have modeled a simple application. On the Login page of the VBO, username and password is entered into the app and then sign in is being clicked. This works perfectly if I launch the app manually and then run the page from VBO. It also runs perfectly if I call the VBO Login action from the Process. However, the same is not working if I run the Process from control room by dragging it onto the robot. I have only one robot. On running the process from control room, apparently the username field of the application cannot be found.
 

VJR

Well-Known Member
Hi composedgaurav,

I'm guessing this is a desktop application and not a web application.
i. You mentioned that it runs fine when the VBO login action is called from the process.
Can you check the same by keeping the Debug Speed to 'Fast'.
Does it identify the username field or not?

ii. Can you share details on how are you starting the application?
If you are able to show screenshots that would definitely help.

iii. Also share the full error message that shows up for the username field not found.
 
Top