我需要比較內部「每個」條件數組元素內條件:紅寶石:如果如下所示各條件
a = ["config_left","mon_left","acc_left",lg_left..]
a.each { |x|
ff.div(:id, x).fireEvent("onmouseup")
if x == 1 ##<<<<<<<<<<<<is this right?
Watir::Waiter::wait_until{ff.button(:id, "add").enabled?}
else
sleep 7
end
是x == 1
正確?試過x == "mon_left"
,但即使這樣也行不通。請幫忙。
身份文明。 – 2011-03-24 13:47:05
這是一個非常糟糕的問題。語法錯了,問題不清楚。許多變量/方法在沒有通知的情況下給出 – sawa 2011-03-24 14:34:33