开发者

Creating Selenium-RC for other programming languages

开发者 https://www.devze.com 2023-04-10 19:09 出处:网络
I would like to know if its possible to develop a selenium RC for other languages( i.e. other than php, python, perl, ruby, java and c#). For example, we develop a selenium RC for c++(or开发者_StackOv

I would like to know if its possible to develop a selenium RC for other languages( i.e. other than php, python, perl, ruby, java and c#). For example, we develop a selenium RC for c++(or开发者_StackOverflow社区 any other language that selenium does not support) , then it means that we can write the programs in c++ and then perform the testing.

Thank you.


Sure. In fact, the original Selenium RC client-side code for the supported languages was machine-generated from the API document. All you'd have to do is write the appropriate XSLT file to generate them for your chosen language. That would get you a long way to having a full client, probably close enough to stop there.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号