0
我已經嘗試了一些不同的東西,包括這樣的:如何使用Frank觸摸UIAlertView的'OK'或'Cancel'按鈕?
When /^I touch the alertview button marked "(.*?)"$/ do |alert_btn_name|
touch "view: 'UIAlertButton' marked:'#{alert_btn_name}'"
end
和
When /^I touch the (\d*)(?:st|nd|rd|th)? alert view button$/ do |ordinal|
ordinal = ordinal.to_i
touch("alertView threePartButton tag:#{ordinal}")
end
什麼是去這樣做的好辦法?
這種查找視圖的方法似乎不再適用於iOS10上的「UIAlertController」上顯示的標籤 – gardenofwine 2017-04-17 07:19:27