Skip to main content
1-Visitor
January 19, 2016
Question

Windchill Selenium

  • January 19, 2016
  • 1 reply
  • 1790 views

Hi,

I am trying to create automated testing system for the Windchill using selenium.

I am facing an issue, when I click on new part icon sometimes it pops up 2 window instead of 1 and some time it pops up Windchill Login dialog along with pop up.

What could be the issue?

This behavior is random.

Thanks

Nikhil

1 reply

12-Amethyst
February 1, 2021

I use TestNG + Selenium + custom library of API Windchill

WindchillWTObject part = site.findWTObjectByFilter(WindchillWCTYPE.WTPart, "number eq 'RT05.00.02'");
		
WindchillWizard pnWizard = part
 .navigateToInfoPage()
 .clickActionsMenu()
 .clickSubMenuByModelName("more parts toolbar actions new")
 .openWizardByAction("promotionRequest", "create")
 .setSize(1300, 900);