D web browser?

Sergey kornburn at yandex.ru
Fri Sep 8 07:42:22 UTC 2023


On Friday, 8 September 2023 at 06:42:13 UTC, Joe wrote:
> Is there a D library that lets one access the web through a 
> browser like interface? I need to access some URLS as if I was 
> browsing them(it needs to run scripts in the page).
>
> E.g., C# has WebBrowser that lets one programmatically control 
> a browser. I'd like something similar. It does not need to be 
> graphical but it does need to be able to handle javascript and 
> forms and allow programmatic interaction and ideally quite 
> light(else it almost defeats the purpose).

Seems something similar to Selenium tool (I've used it with 
Python in the past).

There is outdated package 
https://code.dlang.org/packages/selenium-d
Probably will be good to make it ~~great~~ alive again =)


More information about the Digitalmars-d-learn mailing list