`
lilingjay
  • 浏览: 8056 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

How would I access a pop ui button?

阅读更多

原文链接:http://stackoverflow.com/questions/5958075/how-would-i-access-a-pop-ui-button

 

Question:

I have a pop up button that is triggered by deleting an object. How can I click the button if I can seem to find it.

I have used xpath like so:

$browser.button(:xpath, "/html/body/div/div/div/div/div/div/button").click

Here is a code snippet: The text is Highlighted.

Thanks in advance.

 

Answers:

 

Try this:

browser.span(:text => "Delete").click

or

browser.span(:class => "ui-button-text).click

or

browser.button(:class => /ui-button/).click
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics