FitNesse - Drop down field value selection fails with long lists

I'm experiencing issues with drop down field selection.  FitNesse is going through every field choice but it does not actually select the value. I have tried to use both an index value as well as the value name.

|populate field|KYC Type|with value|Hello World|

|populate field|KYC Type|with value|[12]|

Does anyone know of any alternatives or suggestions to get this to work reliably?

Thanks!

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi,
    Even I'm facing the same issue.
    I'm using the below script to populate values in a drop-down field via fitnesse script .
    | populate field | Country | with | United States |

    This is working fine for me upto 10 values in drop down, but failing to set the other values.
    Assume that my drop-down has 15 values, I'm able to populate that field using the above script for first 10 values in drop-down, but the same doesn't work for rest of the values to be populated(from 11 to 15) in drop-down.

    I'm using Fitnesse version 17.3
    Please let me know if any workaround available for the same
Children
No Data