Can we create an application using selenium webdriver?

I created a framework that uses selenium webdriver and JUnit to update multiple websites at regular intervals. I plan to provide a user interface and launch the application on Google Play. Can someone tell me that you can use the selenium webdriver library, the JUnit library, TEstNG and the swing library to create an application that the end user can use?

0
source share
1 answer

You must check and accept their licenses.

You can distribute these libraries in your product, but you should pay attention to what each license says. But the answer is basically yes, and you are responsible for your software and cannot blame them if there is any problem.

0
source

Source: https://habr.com/ru/post/1343035/


All Articles