DX Unified Infrastructure Management

  • 1.  E2E Nimrecorder not recording menu items

    Posted May 24, 2011 03:02 PM

    I'm trying to record a web based application and all works fine until I try and access the menus and the recorder does not record anything.

     

    The menu system is provided by Java.

     

    Does anyone else have this issue ?



  • 2.  Re: E2E Nimrecorder not recording menu items

    Posted Aug 18, 2011 05:42 PM

    I've found that interacting with Java is a pain in the rear. I had to use low level recording to interact with drop down menus in Java applications, as I don't think that Java provides a way to see element identifiers like HTML does (at least not in a way that e2e sees). I hope this helps.



  • 3.  Re: E2E Nimrecorder not recording menu items

    Posted Nov 02, 2012 09:12 PM

    I've found it helps to use the keyboard commands to navigate through the menu, sendkeys(<Alt F><p>) when that is an option. Otherwise low level recording is the answer