Hello everyone,
I have been a Selenium user for over six years, and it has been enormously useful for many projects, and my career. I am currently working for a new company that is hoping to leverage Selenium as well. However, internally, we use a custom programming language that does not (obviously) have bindings for Selenium.
We do have tooling to adapt C/C++ code automatically, however, the C++ bindings seem to be only targeting IE, so that doesn't seem like a good place to start and my thoughts are that it would be better to start from scratch. I've been looking for a long time and there doesn't seem to be much, or really any, documentation on writing bindings, so I'm asking if there's anything I missed?
While I can use the current implementations as a base, they're obviously extremely mature and I'm hoping to create a PoC first which the current structures make quite hard to reverse engineer, and if there's documentation that would make my life much easier.
If there are any document sets could someone point me towards them?
Thanks!
-Chris