Activities inside the do container are executing fine but after that the process not coming out of the Use Browser/Application Scope its just on hold and nothing happening
@vishnu5 if the activities are related that browser you should try using those inside the “Do” sequence. Because you are using the browser and if you are trying to execute any activity outside that “Use Browser” activity; might not work properly.
@vishnu5 Can you run in the debug mode and check once. Also, the Use Application/Browser activity will opens the browser if it was not opened already. So, try disabling Open browser activity and check once
Yes I have disabled the open browser activity and used only Use Application/Browser. Now the browser open correctly and no progress after that. No Exception Message after the default time out passed (30 Sec)
I have used classic open browser to open WhatsAppWeb. As the selectors are not reliable I have used the modern Use App/Browser activity to get a fuzzy selectors that I can rely.
And I have set the Open property for New Use Application/Browser activity =NAppOpenMode.Never because the browser is already opened using open browser activity.
@vishnu5 The issue is with the delay that you gave in Type Into activity. Delay field is in seconds. You are giving the delay as 2000 assuming this field accepts the values as milli seconds. Tool is converting the 2000 seconds equals to 33min. So, that is why it looks like it is stucking at Type Into activities but actually not. If could change all those delays it should work