07-04-21 04:33 PM
Answered! Go to Answer.
28-04-21 06:25 AM
28-04-21 06:30 AM
Hello Amlan,
I have seen customers for whom browser mode works fine without and also for those where I had to debug and solve the issues.
What I have seen is that most of the issues are caused due to ports being blocked, but it gets very hard to debug a port blocked issue. We follow a few steps which works in most cases,
Change to fixed port in settings for browser mode
After restarting RR/IC, check if browser mode works
If not Open command prompt
Run command: netstat -aon | findstr /ic:"31924"
If the ports dont have an issue you should see below screen.
If run other commands on the PID displayed (number on extreme right), you should be able to see the applications making connections on that port.
If you see ports being blocked, then you would need to check which application is blocking the ports and debug accordingly.
Keep in mind, html spying works through browser extension, UIA, region mode etc communication does not work through the browser extension.
If you are using html identification,
Eg open chrome -> Page you want to spy -> Right click on element -> Inspect
Console opens up with the elements highlighted in elements tab -> Right click on highlighted -> Copy -> Copy Xpath
Do cntrl + F on elements tab – You should see a small textbox open at the bottom
Paste the copied xpath and check if identifies correctly.
The same xpath can be used in application model to identify the element in BP.
You would need to check which html element works with clicks and waits.
I am hopeful these options would help solve most of your issues.
regards,
Ashish
28-04-21 06:30 AM
28-04-21 06:35 AM
28-04-21 06:39 AM
28-04-21 06:43 AM
Thank you @Bruce Liu for looking into my questions.
Looks I don't have access on https://university.blueprism.com/learn/course/16731/play/36257/course-evaluation ; any way to get the required permission? (I tried by logging into portal)
------------------------------
Nagarjuna Atukuri
Sr Programmer
American Express
Asia/Kolkata
------------------------------
28-04-21 06:44 AM
28-04-21 06:52 AM
28-04-21 06:53 AM
28-04-21 06:55 AM