Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Delete Gmail email
#2
Solved: 10 Years, 10 Months ago
Here i am trying to delete from inbox 1st email.. But no luck
Code:
With Browser("title:=Gmail.*").Page("micclass:=Page")
    .WebTable("class:=F cf zt").ChildItem(1, 1, "WebCheckBox", 0).Set "ON"
    Setting.WebPackage("ReplayType") = 2
    .WebElement("innertext:=Delete", "index:=0").Click ' gives error here
    Setting.WebPackage("ReplayType") = 1
End With

Any Suggestion will be appreciated.

I have also tried

Code:
If  Browser("name:=Gmail.*").page("Title:=Gmail.*").webtable("class:=Bs nH iY").Exist   Then
Browser("name:=Gmail.*").page("Title:=Gmail.*").webtable("class:=Bs nH iY").Webtable("class:=cf gJ").Image("class:=hA T-I-J3").Click  
' Click delete this message on the fly out
'below line of code doesn't work
'Browser("name:=Gmail.*").page("Title:=Gmail.*").webtable("class:=Bs nH iY").webelement("class:=cj", "outtertext:= Delete this message").Click

End If
Reply


Messages In This Thread
Delete Gmail email - by newqtp - 02-13-2013, 03:34 AM
RE: Delete Gmail email - by newqtp - 02-15-2013, 12:10 AM
RE: Delete Gmail email - by newqtp - 02-20-2013, 02:43 AM
RE: Delete Gmail email - by ursgaurav - 06-03-2013, 08:51 AM
RE: Delete Gmail email - by Staff - 07-05-2013, 02:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Send automatic email notification when test run started helmzshelmz 0 944 04-03-2020, 07:54 AM
Last Post: helmzshelmz
  Delete Firefox history and Cookies Anupama 0 1,336 06-18-2018, 11:57 AM
Last Post: Anupama
  How to attach HTML file to Email Naresh 0 2,763 04-06-2015, 02:04 PM
Last Post: Naresh
  How to delete particular mails in Gmail using QTP rajkumarsm 1 3,888 10-06-2014, 07:03 PM
Last Post: rajkumarsm
  How to delete the cookies (1000 records) akhandesh 1 2,537 09-03-2014, 09:57 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)