Error:Cannot Read Property 'Default View' of undefined

Hi,
I have written a script to click on the object(i.e Link), When i execute the script up to login it is working fine, After login i need to click on this link but it is throwing error(i,e Cannot Read Property ‘Default View’ of undefined ).

Please give suggestion to handle this error.
Note:Error Screenshot

Thanks,
Swathi

Hello,

your screenshot does not work. Please provide more details.

Hi,
1.WebUI.delay(10)
2.WebUI.click(findTestObject(‘CRM/Page_Recently Viewed Contacts Sal/a_Accounts’))
3.WebUI.delay(10)
4.WebUI.click(findTestObject(‘Drop_down_AllContacts’))

In line 2 when i click on the clicking on the account link it is throwing error

Hi,
Please find the below screen shot.

Thanks,
Swathi

I am also getting the same problem