08-04-2010, 11:26 PM
Hi Krish,
By seeing your issue,it seems it's an Object Identification Configuration issue for "Frame" Object class.
So I would suggest you to go with the below way:
Step1: Navigate to Tools > Object Identification > Web > Select "Frame" Object Class and Under Mandatory Properties click "Add/Remove" button then remove "name" property and Add "html id","html tag" properties
Step2: Add the Link(SignOut) object into Object Repository and regularise the browser's name property,Page's title property in Object Repo. and verify by Highlighting the objects once.
Ex: For Browser's name --> "Gmail - Inbox (47) - Kishore" to "Gmail - Inbox .*"
For Page's tiltle--> "Gmail - Inbox (47) - Kishore" to "Gmail - Inbox .*"
Step3: Go to expert view and write the script for clicking the Signout link.
Step4: Execute the script and check it is logging out or not.
Note: Make sure you have chosen required properties for Browser,Page Object classes too in Object Identification window before adding the link object into Object Repo.
I am sure you would be able to logout from Gmail now
By seeing your issue,it seems it's an Object Identification Configuration issue for "Frame" Object class.
So I would suggest you to go with the below way:
Step1: Navigate to Tools > Object Identification > Web > Select "Frame" Object Class and Under Mandatory Properties click "Add/Remove" button then remove "name" property and Add "html id","html tag" properties
Step2: Add the Link(SignOut) object into Object Repository and regularise the browser's name property,Page's title property in Object Repo. and verify by Highlighting the objects once.
Ex: For Browser's name --> "Gmail - Inbox (47) - Kishore" to "Gmail - Inbox .*"
For Page's tiltle--> "Gmail - Inbox (47) - Kishore" to "Gmail - Inbox .*"
Step3: Go to expert view and write the script for clicking the Signout link.
Step4: Execute the script and check it is logging out or not.
Note: Make sure you have chosen required properties for Browser,Page Object classes too in Object Identification window before adding the link object into Object Repo.
I am sure you would be able to logout from Gmail now