My problem is after setting the value. Page is getting refreshed after 
setting the value. 

On Monday, February 13, 2017 at 9:09:18 AM UTC+5:30, Joe Fl wrote:
>
> Hi.
>
> I am not sure I follow what happens after the field is set but if you need 
> to wait for the text field you can use wait_until_present or .present?.
>
> Joe
>
> On Feb 11, 2017 10:21 AM, "Raja gopalan" <rajagopa...@gmail.com 
> <javascript:>> wrote:
>
> There are certain kind of a text_field which I am automating, when I place 
> the value there like
>
> b.text_field(:id,'something').set 'hi'
>
>
> It refresh the entire page or it reloads the page, but the above code only 
> wait until element present and place the value inside the text field but it 
> doesn't take care of what happens after that. 
>
> Is there any function I can write like given below,
>
>  
> b.text_field(:id,'something').set 'hi'
>
> b.waitForPageToLoad # Code like this?
>
> -- 
> -- 
> Before posting, please read http://watir.com/support. In short: search 
> before you ask, be nice.
>  
> watir-...@googlegroups.com <javascript:>
> http://groups.google.com/group/watir-general
> watir-genera...@googlegroups.com <javascript:>
>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Watir General" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to watir-genera...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to