简体   繁体   English

Java-Selenium Webdriver-Ruby绑定-缺少的特性和功能

[英]Java - Selenium Webdriver - Ruby bindings - Missing features and functions

Is it true all Java Selenium webdriver features not available in Ruby. 是不是Ruby中没有提供的所有Java Selenium Webdriver功能。 Can anyone point me where I can find what all Java Selenium web driver can do and Ruby Selenium-Web driver cannot. 谁能指出我可以找到所有Java Selenium Web驱动程序可以做的事情以及Ruby Selenium-Web驱动程序不能找到的地方。 For example I can see logging, whereas Ruby has no logging. 例如,我可以看到日志记录,而Ruby没有日志记录。 Is it published anywhere. 它在任何地方出版吗? If so it would be good to start a tabular form where we can see this - it will help focus translation efforts from java to other bindings by open community 如果是这样,那么最好在我们可以看到的地方开始一个表格形式,这将帮助开放社区将重点放在从Java到其他绑定的翻译工作上

This is the Selenium code repository . 这是Selenium 代码存储库 It states that all versions of Selenium must be compliant with W3C WebDriver specification . 它声明所有版本的Selenium必须符合W3C WebDriver规范 So perhaps your question could be rephrased as "what features are in the Selenium Java bindings that are not defined in the W3C Selenium standard?" 因此,也许您的问题可以改写为“ Selenium Java绑定中未在W3C Selenium标准中定义的哪些功能?”

The Java API lists all the classes. Java API列出了所有类。 There is nothing similar for Ruby. Ruby没有类似的东西。 Just listing all the Ruby Classes would be a help. 仅列出所有Ruby类会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM