Page 1 of 1

Finding an object using the webpage tag details

PostPosted: Mon May 23, 2016 8:51 am
by KRaymone
Morning.

I don't know if this would be possible for eValid to do successfully, but here goes.

Can anybody help me out of getting in the text from the tool tip.

My object location is present in the below tag:

<rect fill="rgb(192,192,192)" x="83" y="46" width="13" height="101" isTracker="1463653415810" fill-opacity="0.0001" visibility="visible" style="cursor:pointer;"/>

Thanks

Re: Finding an object using the webpage tag details

PostPosted: Tue May 24, 2016 9:02 am
by eValid
KRaymone wrote:Morning.

I don't know if this would be possible for eValid to do successfully, but here goes.

Can anybody help me out of getting in the text from the tool tip.

My object location is present in the below tag:

<rect fill="rgb(192,192,192)" x="83" y="46" width="13" height="101" isTracker="1463653415810" fill-opacity="0.0001" visibility="visible" style="cursor:pointer;"/>

Thanks


Thanks for that information KRaymone.

We're not sure what that HTML passage is good for, but here is how we would recommend to proceed:

(1) Using some of the facts about his element, find its current sourceIndex value using the IndexFindElement or IndexFindElementEx commands:

http://www.e-valid.com/Products/Documen ... ement.html

http://www.e-valid.com/Products/Documen ... nt.ex.html

(2) Then, use eValid's ability to read the text of that DOM element, where some property will have the text of the tool tip visible to you.

http://www.e-valid.com/Products/Documen ... utput.html

(3) If you can't find it, mark that as an error.

Give us a call or post again if this isn't enough information.

-- eValid Support