I am trying to create item in Teamcenter using boat but while selecting and want to find dictionary name of item am not able to use Type into activity to give the name of components
Hi @sandeep.pund
Because Teamcenter BOAT fields are not normal textboxes, Type Into won’t work.
Use this method:
1. Click on the English Name field
2. Set Clipboard → your text
3. Send Hotkey: Ctrl + V (paste)
Here is what i do usually if i dont find the selectors properly. When you click on indicate element and hoover the mouse to the target and click on F4 on your keyboard that will change the default framework and then click on your target
or you can use UiExplorer to grab the selectors , you can change the framework and spy the elements on the screen. This approach worked for me when there is no proper selectors available with default framework
@nishiijain2000 firstly thanks for suggestion,
Actually, i tried using a separate use app/brwoser activity for this small window as @Anil_G mentioned now it’s working, so am testing, if that’s breaking something or not working than i will try as you suggested.