Forum Discussion
AlexanderM
Staff
16 years agoHello,
Could you please specify what kind of application you are testing (a .Net application, a VCL application, etc.)?
What type of button is it: a standard button control shipped with the IDE or a third-party control? If it is a third-party control, let me know its name, vendor and version.
As an immediate solution, you can add the Height property to the buttons' identification properties. However, this solution will work until the buttons' Height property is changed.
BTW, consider asking the application developers to give the buttons unique names - this will greatly simplify your task.