简体   繁体   English

我们可以将Webdriver API(Webdriver Methods)与Java swing库一起使用来创建应用程序吗?

[英]Can we use Webdriver API(Webdriver Methods) along with java swing library to create an application?

I have created a framework which uses selenium webdriver and JUnit to update few websites on a regular interval. 我创建了一个框架,该框架使用硒webdriver和JUnit定期更新一些网站。 I am planning to give a UI and launch the application on google play/ windows. 我打算提供一个UI并在Google Play / Windows上启动该应用程序。 Can anyone tell me that is it possible to use selenium webdriver library and swing library to make an application which can be used by a end user? 谁能告诉我,有可能使用Selenium Webdriver库和Swing库来制作可供最终用户使用的应用程序吗?

Sure, you can do that. 当然可以。 That is, essentially, what both SeleniumIDE and Selenium Builder are - GUIs on top of Selenium. 从本质上讲,这就是SeleniumIDE和Selenium Builder两者都是-Selenium之上的GUI。 They are probably intended for a different audience than yours, but thge basic idea is no different - make it easier to run SeleniumIDE commands. 它们可能是针对与您不同的受众的,但是基本思想没有什么不同-使运行SeleniumIDE命令更加容易。

You have to check and agree with their licenses 您必须检查并同意他们的许可

Selenium - apache 2 - http://www.seleniumhq.org/about/license.jsp
JUNIT - EPL 1 - http://junit.org/license.html
TestNG - apache 2 - http://testng.org/license

You can redistribute these libraries in your product but you must pay attention to what each license says. 您可以在产品中重新分发这些库,但是必须注意每个许可证的内容。 But the answer is basically yes, and you're responsible for your software and can't blame them if there's any problem. 但是答案基本上是肯定的,而且您对软件负责,如果有任何问题,也不能怪他们。

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

相关问题 我们可以使用Selenium Webdriver构建应用程序吗? - Can we build an application using selenium webdriver? 我们可以在 Selenium WebDriver 中使用抽象类吗? - Can we use Abstract Class in Selenium WebDriver? 我们可以在java中使用多线程概念和WatchService API吗? - Can we use multithreading concept along with WatchService API in java? 我们如何使用Java中的Selenium Webdriver测试不同语言(非英语)的Web应用程序 - How can we test a web application in different language(not english) using selenium webdriver in Java 我可以在 Java Swing 应用程序中使用 Google Visualization API 吗? - Can I use Google Visualization API in Java Swing Application? 我们如何从 selenium webdriver java 中的 DB 中获取 OTP - How can we fetch the OTP from DB in selenium webdriver java 如何使用PhantomJS实现Selenium WebDriver并且我们可以将Sikuli与PhantomJS一起使用吗? - How to Implement Selenium WebDriver with PhantomJS and Can we Use Sikuli with PhantomJS? 我们可以在Java swing客户端中使用Activemq吗? - Can we use Activemq in Java swing client? salesforce应用程序使用带有Java的Selenium Webdriver创建通用xpath - salesforce application create a generic xpath using selenium webdriver with java 我们可以在应用程序中使用不同的java版本库 - Can we use different java version library in application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM