|
| 1 | +<?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | +<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="selenium_example" uuid="61EFD50A-C916-494A-91D6-3E12E0738F4D"> |
| 3 | + <target name="selenium_example"> |
| 4 | + <file_rule> |
| 5 | + <exclude>/.git$</exclude> |
| 6 | + <exclude>/EIFGENs$</exclude> |
| 7 | + <exclude>/CVS$</exclude> |
| 8 | + <exclude>/.svn$</exclude> |
| 9 | + </file_rule> |
| 10 | + <option warning="true" is_attached_by_default="true" void_safety="all" syntax="transitional"> |
| 11 | + <assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/> |
| 12 | + </option> |
| 13 | + <setting name="console_application" value="true"/> |
| 14 | + <library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/> |
| 15 | + <library name="selenium" location="..\selenium-safe.ecf"/> |
| 16 | + </target> |
| 17 | + <target name="search" extends="selenium_example"> |
| 18 | + <root class="EXAMPLE_SEARCH" feature="default_create"/> |
| 19 | + <cluster name="src" location=".\" recursive="true"/> |
| 20 | + </target> |
| 21 | + <target name="findElementById" extends="selenium_example"> |
| 22 | + <root class="FIND_ELEMENT_ID" feature="default_create"/> |
| 23 | + <cluster name="src" location=".\" recursive="true"/> |
| 24 | + </target> |
| 25 | + <target name="findElementByName" extends="selenium_example"> |
| 26 | + <root class="FIND_ELEMENT_NAME" feature="default_create"/> |
| 27 | + <cluster name="src" location=".\" recursive="true"/> |
| 28 | + </target> |
| 29 | + <target name="findElementByClass" extends="selenium_example"> |
| 30 | + <root class="FIND_ELEMENT_CLASS" feature="default_create"/> |
| 31 | + <cluster name="src" location=".\" recursive="true"/> |
| 32 | + </target> |
| 33 | + <target name="findElementChild" extends="selenium_example"> |
| 34 | + <root class="FIND_ELEMENT_CHILD" feature="default_create"/> |
| 35 | + <cluster name="src" location=".\" recursive="true"/> |
| 36 | + </target> |
| 37 | + <target name="findElementsLinks" extends="selenium_example"> |
| 38 | + <root class="FIND_ELEMENTS_LINKS" feature="default_create"/> |
| 39 | + <cluster name="src" location=".\" recursive="true"/> |
| 40 | + </target> |
| 41 | + <target name="findElementsLinksByText" extends="selenium_example"> |
| 42 | + <root class="FIND_ELEMENTS_LINKS_BY_TEXT" feature="default_create"/> |
| 43 | + <cluster name="src" location=".\" recursive="true"/> |
| 44 | + </target> |
| 45 | + <target name="findElementsLinksByPartialText" extends="selenium_example"> |
| 46 | + <root class="FIND_ELEMENTS_LINKS_BY_PARTIAL_TEXT" feature="default_create"/> |
| 47 | + <cluster name="src" location=".\" recursive="true"/> |
| 48 | + </target> |
| 49 | + <target name="findElementCssSelector" extends="selenium_example"> |
| 50 | + <root class="FIND_ELEMENT_CSS_SELECTOR" feature="default_create"/> |
| 51 | + <cluster name="src" location=".\" recursive="true"/> |
| 52 | + </target> |
| 53 | + <target name="findElementXPath" extends="selenium_example"> |
| 54 | + <root class="FIND_ELEMENT_XPATH" feature="default_create"/> |
| 55 | + <cluster name="src" location=".\" recursive="true"/> |
| 56 | + </target> |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +</system> |
0 commit comments