Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Canvas Automation (HTML5)
#1
Not Solved
Hi,

I am trying to automate a web app that is using Canvas (HTML5) to display a table with contents in it. 

I need to perform 2 activity:
  1. click on a specific element 
  2. fetch the data from the Canvas

Thanks


Attached Files Image(s)
   
Reply
#2
Not Solved
If it is Web Application use the following statement


Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebElement("").Click


Spy on the Property name and the value of WebElement using object spy and write in the gap between quotes of the web element
Reply
#3
Not Solved
It is a web app clicking on spy shows it as WebElement but does not identifies any content in that. please see attached screenshot

   
Reply
#4
Not Solved
Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebElement("").GetROProperty("Property name")

Spy on the Property name and the value of WebElement using object spy and write in the gap between quotes of the web element
Use the name of the property you want to get and remaining code is the same. Store the value obtained by GetROProperty in a variable
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation Grid Canvas Automation Amit Singh Chauhan 0 2,206 08-08-2013, 01:06 PM
Last Post: Amit Singh Chauhan
  extjs/html5 funcational automation testing with qtp11.0 anilg.qa 1 3,160 05-15-2013, 11:09 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)