FitNesse: I have to click on a Button which is already inside another button in a grid. Can u help how to do that

I have to click on a Button "Accept" which is already inside another button (ACTIONS) in a grid. Can u help how to do that. Many thanks

  Discussion posts and replies are publicly visible

Parents
  • Hi

    The component that you are trying to click it is not actually a button, it is called record action field.

    In order to click on that filed it is important that you are running in the latest version of FitNess otherwise you will not have the method available, it is also important to notice that in your Suite Setup the version should match the Fitness version, for example 21.3

    You can use the code below to click in your action:

    |click on record action field|[1]|menu action|Accept|

    Regards,

    Acacio B

Reply
  • Hi

    The component that you are trying to click it is not actually a button, it is called record action field.

    In order to click on that filed it is important that you are running in the latest version of FitNess otherwise you will not have the method available, it is also important to notice that in your Suite Setup the version should match the Fitness version, for example 21.3

    You can use the code below to click in your action:

    |click on record action field|[1]|menu action|Accept|

    Regards,

    Acacio B

Children