swtbot-how to change the facet version in Project Facets wizard [message #993606] |
Mon, 24 December 2012 18:50  |
Eclipse User |
|
|
|
I am trying to automate the modify of project facets version in project facets wizard
For ex: When I am trying to create a dynamic web project I click on File->New->Dynamic Web Project
Then I click on the modify button
In the project facets wizard I want to check the dynamic web module facet and change the version to some non default value and then click ok. I have attached a screenshot for a better understanding
I am trying the following code
bot.tree(0).getTreeItem("Dynamic Web Module").check();
bot.tree(0).getTreeItem("Dynamic Web Module").click(1).cell(1);
With this code I am able to check the chekbox and click on the version combobox.
But I am not able to select a different value in the combobox.
Can someone please let me know how do I go about getting the control for this. And change the version to a non default value. Any input is appreciated
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04665 seconds