i want to automate read and write into console which is made of canvas element in web application. how to do this by using selenium java.
my canvas elelment
`
<canvas id="console" height="200" width="200"
style="border:1px solid green">
</canvas>
`