Skip to main content



      Home
Home » Eclipse Projects » SWTBot » How to click a button under a CTabFolder?
How to click a button under a CTabFolder? [message #1064567] Wed, 19 June 2013 19:21 Go to next message
Eclipse UserFriend
Can someone help me with the code on how to click this "Import data structure..." button under a CTabFolder.(Pic Attached)
  • Attachment: Capture.JPG
    (Size: 47.56KB, Downloaded 382 times)
Re: How to click a button under a CTabFolder? [message #1065264 is a reply to message #1064567] Tue, 25 June 2013 03:42 Go to previous messageGo to next message
Eclipse UserFriend
You can use the Simple

bot.button(buttonTitle).click();

Try to get the label of the Button which should be in your case is Import data structure ...
So Code must be
bot.button("Import data structure ...").click();
Re: How to click a button under a CTabFolder? [message #1421089 is a reply to message #1065264] Wed, 10 September 2014 19:22 Go to previous message
Eclipse UserFriend
thanks pawan.It helped.
Previous Topic:[Maven/Tycho] First editor activation event not delivered?
Next Topic:How to get failed test cases in the middle.
Goto Forum:
  


Current Time: Mon May 12 02:13:08 EDT 2025

Powered by FUDForum. Page generated in 0.07048 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top