简体   繁体   中英

Java - Selenium Webdriver - Ruby bindings - Missing features and functions

Is it true all Java Selenium webdriver features not available in Ruby. Can anyone point me where I can find what all Java Selenium web driver can do and Ruby Selenium-Web driver cannot. For example I can see logging, whereas Ruby has no logging. 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

This is the Selenium code repository . It states that all versions of Selenium must be compliant with W3C WebDriver specification . 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?"

The Java API lists all the classes. There is nothing similar for Ruby. Just listing all the Ruby Classes would be a help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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