#webautomation

  1. A

    Slowness problem with automating Web Application.

    I'm working in Citrix environment and using Windows XP 2008 server. We automated one real time portal. While spying elements in Website BOT is taking more than 15 minutes to spy one element. The flow was not that much big, Bot has to be completed its execution within 5 minutes but due to PORTAL...
  2. R

    JavaScript from within BP - code stage

    Hi, Could you guide me through my code related to the below issue: Page page = System.Web.HttpContext.Current.Handler as Page; str = "page doesn't exist"; if (page != null) { str = "page exists!!"; } There is runtime exception - object reference not set. I have the dll and reference mentioned...
Top