Recent content by robinjens1

  1. R

    Real time case studies

    Here is a link, have fun! http://rpachallenge.com/
  2. R

    Global Send Keys and Send Key Events

    It's already in this thread?
  3. R

    Global Sends Keys Event SHIFT+F4

    Try "+{F4}" I wrote it with () instead of {} my bad! Should work. EDIT: Sorry, I just realized you said GSKE, the above statement you already mentioned should work: <{SHIFT}{F4}>{SHIFT} Try with "<{SHIFT}{F4}>{SHIFT}"
  4. R

    Dynamic Wait for OR condition

    Have you tried increasing the wait time for checking if the pop-up doesn't exists? Can you confirm that you're able to highlight these pop-ups with your currently ticked attributes?
  5. R

    Dynamic Wait for OR condition

    Have you tried increasing the wait time for checking if the pop-up exists? Can you confirm that you're able to highlight these pop-ups with your currently ticked attributes? If so I would suggest the following if you can't get your current solution to work. Do a wait stage with "win-popup" -...
  6. R

    Dynamic Wait for OR condition

    I'm rather confused, but I hope this make sense or could help clear up what you want to do. From your picture you're checking if "win-popup" OR "win-popup-txt" DOES NOT exist. I'd suggest you check if "win-popup" OR "win-popup-txt" DO EXIST - Then proceed with whatever you want to do. Or do...
  7. R

    Use Of Multibot

    Work queue is not related to volume of data, the volume of data in work queue depends on the items you import to the work queue (the tasks you want the robot to do) And like you said as describe by DTforrpa; the WQ it's mostly for monitoring, you can also use it for reporting. It's also in case...
  8. R

    How to Extract Table from windows application -- Blue Prism

    Depends on the application, but you could always spy with Region mode. In your example, where you have grids; "List Region" works perfectly for extracting data if no other mode is doing the trick!
  9. R

    Use Of Multibot

    You need to set up your process to be able to handle more bots working the queue of work items. If not all 5 bots will start working the same work items. This is basically the "scaling your solution" part. But if you only have one bot then it doesn't matter that much. However this is something...
  10. R

    Not able to get checkbox value

    Care to share some screenshots and explain a bit more? What is your goal exactly? Do you want to see if the checkbox is check/unchecked?
  11. R

    Use Of Multibot

    If you have one bot working from 08:00-16:00 every day with 1000 items and and the bot finish working all 1000 items 15:55 then everything is fine. The problem here is if you get 5000 items to work on one day, then you won't finish in time and this is where you have to scale your solution using...
  12. R

    Global Sends Keys Event SHIFT+F4

    What you are looking for is the following: "+(F4)" the + sign equals to SHIFT. Let me know if there is any problems!
  13. R

    How to attach to IE which was opened with other user

    Have you tried attaching using a Navigate stage? If so, what goes wrong?
  14. R

    BP v6.4 Browser Spy Mode - Chrome

    Now you got me curious, what was the fix?
  15. R

    BP v6.4 Browser Spy Mode - Chrome

    Sorry for the late reply, I hope you have solved your issue by now! I'm running BP 6.4.2, newest version og Chrome and no specific extensions. EDIT: I have now updated BP to 6.6 and it's still working fine. This time around I got more matching results only using the Web Path - However this was...
Top