Re: ERSelenium testing, set a blank string for a text field
Re: ERSelenium testing, set a blank string for a text field
- Subject: Re: ERSelenium testing, set a blank string for a text field
- From: Michael Bushkov <email@hidden>
- Date: Mon, 22 Jun 2009 16:16:27 +0400
Hi,
It seems that Selenium trims whitespaces. But you can try something like this to overcome this behavior:
|storeEval|" " + " " + " "|emptyStringValue|
|type|id=ClientOrganisationName|${emptyStringValue}|
On Mon, Jun 22, 2009 at 3:44 PM, Rukmal Dias
<email@hidden> wrote:
hi,
I need to set white spaces for a text filed in selenium tests. However erselenium not set a white spaces and simply places with nothing. Is there any way to give white spaces for a text field.
|store| |emptyStringValue|
|type|id=ClientOrganisationName|${emptyStringValue}|
thanks
Rukmal Dias
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
--
With best regards,
Michael Bushkov
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden