Hello,
I try to print a checked checkbox from Eo.WebBrowser but I don't get it checked.
Here is an example that I try to print and doesn't work:
Quote:<!DOCTYPE html>
<html>
<head>
<title>Checkbox Testing Page</title>
<meta name="description" content="">
</head>
<body>
<h2>Checkbox Testing Page</h2>
Checked <input type="checkbox" name="chk3" checked><br>
</body>
</html>
Does something I did wrong? It's a basic case that should work.
Could you help me with this? I didn't find anything in the support forum about this.
Thanks,
François