Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.34 KB

File metadata and controls

48 lines (29 loc) · 2.34 KB

Katalon Studio Chrome DevTools Protocol Plugin

Integrate Chrome Devtools Protocol with Katalon Studio using https://github.com/kklisura/chrome-devtools-java-client.

Usage

Only works with Chrome.

WebUI.openBrowser('https://github.com')

ChromeDevToolsService cdts = CdpUtils.getService()

Use cases

References:

Examples

See https://github.com/katalon-studio-samples/katalon-studio-chrome-devtools-protocol-plugin-samples (Please remember to install the plugin first). This includes two test cases:

  • Print to PDF.
  • Capture full page.

See also the library's repository (https://github.com/kklisura/chrome-devtools-java-client/tree/master/cdt-examples/src/main/java/com/github/kklisura/cdt/examples). Please make sure to convert Java's lambda syntax to Groovy's closure syntax.

License

Katalon Studio's CONTRIBUTION LICENSE AGREEMENT.

Companion products

Katalon TestOps

Katalon TestOps is a web-based application that provides dynamic perspectives and an insightful look at your automation testing data. You can leverage your automation testing data by transforming and visualizing your data; analyzing test results; seamlessly integrating with such tools as Katalon Studio and Jira; maximizing the testing capacity with remote execution.

Katalon Studio

Katalon Studio is a free and complete automation testing solution for Web, Mobile, and API testing with modern methodologies (Data-Driven Testing, TDD/BDD, Page Object Model, etc.) as well as advanced integration (JIRA, qTest, Slack, CI, Katalon TestOps, etc.). Learn more about Katalon Studio features.