|
The screen shot is to show the dropw down box which has the folders like INBOX,Drafts,Sent,Trash and the other folder by name board1 is the folder which was added later and because of which it is not recognising this lable.And the textfield besides it is not getting recognised. Fixed in R624 Chitra, Can you verify this issue ? You can try with the Webmail application and also with the sample html file at: After opening this file and syncing with the wet treeview (or simulated ie), generate scripts for the last 4 rows of Textfields. Only one of these textfields should show 'hello' as the label. For all others both label and suffix should be blank/ Thanks |
||||||||||||||||||||||||||||||||||||||||
I faced a similar problem when i used webmail.http://thwameva.qantom.int/webmail
Steps to reproduce:
1.I logged into the webmail
2.I had created few transactions and one of the transactions being clicking on the Search link to find the mails.And the drop down box has options like INBOX,Sent,Trash,Draft.I was able to find the mail of a particular sender if i input that value in the textfield given and selecting an option from the drop down box.
These are considered as folders in this webmail
3.But when i create folders and try some operations like renaming them subscribung them and then run the test using batchrunner,i get a message in the result window saying"cannot locate watir Edit().
Workaround:
Changed the names of key ,value in the object store manger of wet ui for this object and ran the test,i was able to get the correct results.
This problem was occuring because,it was not able to recognise that object as the adjacent elements were the folders added.