18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

ComboBox issues

pbpb Members
edited November -1 in Sahi - Open Source
Hi,

We have recently started using sahi and are finding it very good for our needs.

We are using dojo widgets on our pages and have come across a strange issue, where comboboxes are sometimes not populated during playback!

There also seems to be an issue with combo boxes with only 1 element, we get nothing entered into the combo box on playback.

If anyone else has encountered these problems, or if anyone has any suggestions into possible causes, please do reply.

Thanks,
Paul.

Comments

  • pbpb Members
    It actually looks like some comboboxes are being filled with _spandiv("name"); and some with _spandiv(index);???

    Seems a combobox with "day", "week", "year" elements works fine, but something like 0, 1, 2, 3 as elements doesnt, as it assumes this is index?

    Should also have stated this is running on firefox!

    Thanks.
  • adminadmin Administrators
    There is a bug in Sahi which records "1" as 1. Manually change the script to set the values as strings instead of numbers and check if it works.
  • pbpb Members
    Thanks, thats got us further.
Sign In or Register to comment.