Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is native operation of object?
#2
Not Solved
Native properties of object come in picture when accessing the DOM.
We can access the native properties & methods of any run time obejct in ur application using the object property.


Code:
set ff=Browser("Google").Page("Google").Object.
For each element in ff.all
    tagname=element.TagName
    innertext=element.innerText
    text=text&"Tagname is: "&tagname&" Inner Text is:  "&innertext
    text=text&vbCrLf

Next
MsgBox(text)
Reply


Messages In This Thread
RE: what is native operation of object? - by sshukla12 - 08-04-2011, 03:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot retrieve Native property JeL 1 1,087 07-29-2019, 05:41 PM
Last Post: JeL
  What the Native property value in {} means? JeL 1 935 07-29-2019, 05:34 PM
Last Post: JeL
  The DataTable.ExportSheet operation failed. Invalid file. Niraj 2 6,288 05-05-2015, 11:40 PM
Last Post: babu123
  Excel operation - to find usedrange of rows & col pooja 1 9,713 02-19-2015, 04:06 AM
Last Post: supputuri
  Capturing the exact time when an operation is performed. Dilliz 2 3,038 01-09-2014, 03:30 PM
Last Post: Dilliz

Forum Jump:


Users browsing this thread: 4 Guest(s)