Forum Discussion

adig's avatar
adig
New Contributor
13 years ago

Unable to identify buttons in the new Gmail

Hello all

I am trying to adapt my scripts to use the new Gmail look .The script opens an email in gmail and deletes it.

Since google has changed gmail's look and now the buttons have no field (like "caption" or "inner text") to specifically identify the buttons(such as the "Delete" button). How do i map these buttons in TC to work in my scripts?

Thanks 

Adi

1 Reply

  • Hi,


    Try to map the objects using the className property. For example, you can map the Delete button using the ObjectType, ObjectIdentifier and className properties as identification properties (see the attached picture).