servo-unity
servo-unity copied to clipboard
Running javascript
Awesome implementation! Is there a good way to send arbitrary javascript (or receive) on a given website so I can affect the DOM & manipulate the site from the C#
side? If not, what strategies could I take to achieve this? Thanks!
It might be possible to start the engine with the webdriver server enabled and use the execute script and execute async script methods to achieve this.