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

  • Hi , Could you plz help me with the information about how to update Fitnesse to the latest version. Thanks

  • Hi

    Update the version requires some manual steps, basically you need to download the new version from the Appmarket, than you rename the folder where your current fitness installation is, and place the new version. After that you need to merge the configuration files, scripts and other contents that you have in your old version in the new version folder, replacing existing files and moving new ones.

    After you merge your Suites should be run exactly as it was before. Once you tested and know that nothing is broke you can go to your suite setup and update the Appian version to 21.3, then you will be able to use the command "click on record action field". You will also be able to see this command in the cheat sheet.

    Hope that helps, if this solved your problem please mark the question as answered as it can helps others.

    Regards,

    Acacio B

Reply
  • Hi

    Update the version requires some manual steps, basically you need to download the new version from the Appmarket, than you rename the folder where your current fitness installation is, and place the new version. After that you need to merge the configuration files, scripts and other contents that you have in your old version in the new version folder, replacing existing files and moving new ones.

    After you merge your Suites should be run exactly as it was before. Once you tested and know that nothing is broke you can go to your suite setup and update the Appian version to 21.3, then you will be able to use the command "click on record action field". You will also be able to see this command in the cheat sheet.

    Hope that helps, if this solved your problem please mark the question as answered as it can helps others.

    Regards,

    Acacio B

Children