cancel
Showing results for 
Search instead for 
Did you mean: 

WDA: How to set the IE's title name

Former Member
0 Kudos

Hi colleagues,

The question is how can I set the IE's title name when I first start a WDA application, it is by default using the name of the application name, while I want to manipulate it.

Which timing and what method can I use to implement this?

When create a popup window, it is easy to do, but for this condition I haven't found a solution.

Thank you.

Swee Hu

Accepted Solutions (0)

Answers (1)

Answers (1)

arun_srinivasan
Contributor
0 Kudos

hi

U can Set the title for the window. By Setting the value to the option Title for the Property of the window in the Property view

regards,

Arun

Former Member
0 Kudos

Hi Arun,

I cannot find the option title area in the Property of the window in the Property view in WDA.

Were you talking about WDA or WD for Java.

Also I want to find a way that can modify the title in runtime and not only for popup window, due to some information known in runtime.

Thanks.

Swee Hu

former_member194668
Active Participant
0 Kudos

Hi ,

As arun said statically you can change the title as follows:

Go to the webdynpro project.

Under the windows:

1) You can see a windowis created for the view you have created by the name of your compopnent.

Click on the window and select the "properties".

2)You can see "title" at the end.Just set it to as you wish the title to be.It is displayed.

regards

aarthi mathivanan