You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use Swing Library to Automate Swing Based application.In our Application most of the identifiers(i.e. Name,Text etc)are null.So robot framework is unable to identify any object.Only 'tooltiptext' identifier has unique values with which we can identify all the objects. But it seems using the swing library with robot framework only supports 'name' identifier.
Is there any way we can use other indentifiers instead of 'name' identifier?
The text was updated successfully, but these errors were encountered:
We are trying to use Swing Library to Automate Swing Based application.In our Application most of the identifiers(i.e. Name,Text etc)are null.So robot framework is unable to identify any object.Only 'tooltiptext' identifier has unique values with which we can identify all the objects. But it seems using the swing library with robot framework only supports 'name' identifier.
Is there any way we can use other indentifiers instead of 'name' identifier?
The text was updated successfully, but these errors were encountered: