[wtr-general] Re: How to handle download bar in IE 9

2013-01-09 Thread Aly
Hi,
Is there a solution for this ? I am stuck with the same issue.
BR;



On Thursday, July 19, 2012 10:20:06 AM UTC+3, Agung Surya wrote:

 I'm still using watir 

 On Tuesday, July 17, 2012 1:32:27 PM UTC+8, Agung Surya wrote:

 Hi,

 I'm having a problem regarding access the new pop up in IE 9 using Watir
 This pop up regarding the save or open pop up that like a tab in the 
 bottom of the page.
 Could some one please share the steps to access those button?(Open, save 
 as, and cancel button)



-- 
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


[wtr-general] Re: Custom attributes within a table

2013-01-09 Thread Jarmo Pertman
You can also access data attributes directly by converting dashes into 
underscores:
b.tr(:class = pathUserRow).data_path_user_status_id

Jarmo Pertman
-
IT does really matter - http://itreallymatters.net


On Tuesday, January 8, 2013 8:00:24 PM UTC+2, janjos wrote:

 you sir are a gentleman and a scholar!

 It worked. Thanks :)

 That path ID only has one instance at this point in the test, so there's 
 no real need to make it more specific/complex. This worked just fine. 

 On Monday, January 7, 2013 3:08:16 PM UTC-5, Dan wrote:

 Try something like this:

 b.tr(:class = pathUserRow).attribute_value data-path-user-status-id

 Although you'll likely need to find some better way to identify the table 
 row.

 On Monday, January 7, 2013 2:19:30 PM UTC-5, janjos wrote:

 I'm working with this html line:
  tr class=pathUserRow data-path-user-status-id=219917

 And my goal is to save the data-path-user-status-id value into a 
 variable and use it elsewhere in my test. 
 Are there any guidelines for custom attributes within a table, using 
 firefox?


 Thanks!



-- 
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