Skip to content

WebToScreenshot

aelassas edited this page Nov 12, 2022 · 1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
  <!--
    WebToScreenshot is a sequential task that takes screenshots from urls.
    
    This task makes use of Selenium Web driver and Google Chrome driver to generate the screenshots.
    
    The screenshot files (.png) generated by this task are loaded so that other tasks can select them through selectFiles option.
  -->
  <Task id="$int" name="WebToScreenshot" description="$string" enabled="true|false">
    <!-- The url to take the screenshot from. Ex: https://www.google.com -->
    <Setting name="url" value="$string" />
    <Setting name="url" value="$string" />
    <!-- You can add as many urls as you want. -->
  </Task>
</Tasks>
Clone this wiki locally