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.

TypeError: el is undefined

AbePetrilloAbePetrillo Members
edited January 2012 in Sahi - Open Source
I have a script which was fully working (on the same browser/os), but for some reason fails with the following error:

_setSelected(_select("name_of_my_element"), "1");
TypeError: el is undefined


OS Name: Windows 7 (64 bit)
Browser: Firefox 8.0
Sahi Build: 2011-05-25

I can't figure out what the problem could be, the select box is available, and has an option with a value of 1.

Any help is much appreciated

Comments

  • Found the answer: the element didn't exist so "el" presumably means element. Existence is conditional on the server.
This discussion has been closed.