|
If you have a web page (ie object named @ie let's say), containing a frame, which contains another frame, which contains your element, you would do: @ie.frame(:id, 'frame1').frame(:id, 'frame2').ECMTestFixture.text_field(:name, "inpListFilter" ).set("adm" ) Of course you can use name or whatever rather than id. Along that line, can anyone answer this for me? A frame object MUST have a URL, or the frame will be blank. Does anyone know how I can pull that property out of the frame? That is, something like frame(:name, 'my_frame').url, which would return a url or nil? I am aware that there is not a url method for frames within Watir. But does anyone know how I can code one? Lonny Eachus ==============
|
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
