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.

Date-Popup

TesterTester Members
edited May 2013 in Sahi Pro
I'm quite new with using Sahi. I'm getting a failure when the script goes to the part when a calendar popup opens and have choosen a date.
Here's the error:
_click(_div("21"));
Error: The parameter passed to _click was not found on the browser

here is my PHP source code:
$this->widget('application.extensions.EJuiTimePicker.EJuiTimePicker', array(
'model' => $model,
'attribute' => 'DEAL_START_DATE',
'mode' => 'date',
'options' => array(
'dateFormat' => 'yy-mm-dd',
'changeMonth' => true,
'changeYear' => false,
'minDate' => date("y-m-d"),
),
'htmlOptions' => array('readonly' => true),
));

can you please help me on this?
Sign In or Register to comment.