Forum Discussion

RichBopp's avatar
RichBopp
Contributor
7 years ago
Solved

KeyWord Mode: Is there a way to force a specific option to be selected from a drop down list?

I have a drop down list for selecting Shipping Company.  Depending on the customer, the options available can be different, thus the positions of those they have in common are in different places on ...
  • RichBopp's avatar
    RichBopp
    7 years ago

    Martin/Cuncerw,

     

    Devin over at SmartBear Customer Care came up with a NameMapping option that worked for me, and I wanted to share.

     

    The recorded identifiers were:

    -ObjectType: "Cell"
    -RowIndex: "2"
    -ColumnIndex: "0"

     

    By changing them to the following:

    -ObjectType: "Cell"

    -textContent: "Freight Collect"

     

    I was able to get it to work for me for all customers I wished to test against.

     

    Thank you for your advise,

     

    Rich