02-15-2012, 01:27 PM
Will see if i have spare time.
Focus on primary goal : there is a button on a web page i can find and see properties on accessible object wizard, but the test always fail.
The source code is that, given source url is whatever.com
</div>
<div class="dbutton">
<button type="submit" class="big" onclick="download_file('somefiletoget'); return false;"><span><b><ins class="bigger">go!!</ins></b></span></button>
</div>
</div>
How to find somefiletoget directly from code, as wizard fails?
Focus on primary goal : there is a button on a web page i can find and see properties on accessible object wizard, but the test always fail.
The source code is that, given source url is whatever.com
</div>
<div class="dbutton">
<button type="submit" class="big" onclick="download_file('somefiletoget'); return false;"><span><b><ins class="bigger">go!!</ins></b></span></button>
</div>
</div>
How to find somefiletoget directly from code, as wizard fails?
