Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am trying to develop a custom automation solution for my software client which involves testcases where there is interaction with html pages in embedded browser windows. The chromium embedded framework is being used in this client and I want to know if there is a way to Click a button in the embedded browser or other such actions like setting the text in a text box and clicking on links

Any suggestions would be appreciated.
Posted
Updated 16-Jul-12 22:55pm
v2
Comments
Chris Losinger 12-Jul-12 16:34pm    
does the chromium framework provide you with access to the DOM of the contained web page? if so, is there a 'submit' function for button elements?

http://magpcss.org/ceforum/viewtopic.php?f=6&t=240&start=0

1 solution

First of all, see in the chromium project, there are many unit tests. Look inside and do the same.
But if you like to test the HTML page, then you would better use plain JavaScript. You will have full access to all HTML functionality.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900