You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I'm not sure that my message represents an issue, because I've not found any incorrect behaviour of framework classes, but one problem for newbies presents, and it takes some time to understand where is it, and how to resolve it.
The problem is next.
Impoted class org.apache.commons.lang.WordUtils from "common-lang" library presents in common-lang-2.xx versions libraries only. In 3.xx versions this class was moved into "org.apache.commons.lang3.text" package. And libraries of latest versions of Selenium Webdriver are distributed with latest libraries of "common-lang" now, there no common-lang-2.xx.jar in suite today. At the same time I haven't found any information about neccessary libraries/jars/frameworks and their versions, and other required preconditions for successful using of Htmlelements framework, and this information is not so obvious for new users.
Thank you.
Best regards,
Alexander.
The text was updated successfully, but these errors were encountered:
Hi, all the required libraries/jars/frameworks explicitly or implicitly described in corresponding POM.xml. There is a common case however when some of the required libraries update their dependencies and you have two (or more) uncompatible versions in your classpath as a result.
Since you have done a lot of work investigating the problem already, it would be nice if you promote a pull-request fixing this issue.
Hello.
I'm not sure that my message represents an issue, because I've not found any incorrect behaviour of framework classes, but one problem for newbies presents, and it takes some time to understand where is it, and how to resolve it.
The problem is next.
Impoted class org.apache.commons.lang.WordUtils from "common-lang" library presents in common-lang-2.xx versions libraries only. In 3.xx versions this class was moved into "org.apache.commons.lang3.text" package. And libraries of latest versions of Selenium Webdriver are distributed with latest libraries of "common-lang" now, there no common-lang-2.xx.jar in suite today. At the same time I haven't found any information about neccessary libraries/jars/frameworks and their versions, and other required preconditions for successful using of Htmlelements framework, and this information is not so obvious for new users.
Thank you.
Best regards,
Alexander.
The text was updated successfully, but these errors were encountered: