Uses of Class
com.intuit.karate.core.AutoDef
-
Packages that use AutoDef Package Description com.intuit.karate.driver -
-
Uses of AutoDef in com.intuit.karate.driver
Methods in com.intuit.karate.driver with annotations of type AutoDef Modifier and Type Method Description default FinderDriver. above(String locator)voidDriver. actions(List<Map<String,Object>> actions)voidDriver. activate()StringDriver. attribute(String locator, String name)voidDriver. back()default FinderDriver. below(String locator)ElementDriver. clear(String locator)voidDriver. clearCookies()ElementDriver. click(String locator)voidDriver. close()Map<String,Object>Driver. cookie(String name)voidDriver. cookie(Map<String,Object> cookie)default DriverDriver. delay(int millis)voidDriver. deleteCookie(String name)voidDriver. dialog(boolean accept)voidDriver. dialog(boolean accept, String input)booleanDriver. enabled(String locator)default booleanDriver. exists(String locator)ElementDriver. focus(String locator)voidDriver. forward()voidDriver. fullscreen()default ElementDriver. highlight(String locator)default voidDriver. highlightAll(String locator)StringDriver. html(String locator)ElementDriver. input(String locator, String value)default ElementDriver. input(String locator, String[] values)default ElementDriver. input(String locator, String[] values, int delay)default ElementDriver. input(String locator, String chars, int delay)default KeysDriver. keys()default FinderDriver. leftOf(String locator)default ElementDriver. locate(String locator)default List<Element>Driver. locateAll(String locator)default List<Element>Driver. locateAll(String locator, java.util.function.Predicate predicate)voidDriver. maximize()voidDriver. minimize()default MouseDriver. mouse()default MouseDriver. mouse(int x, int y)default MouseDriver. mouse(String locator)default FinderDriver. near(String locator)default ElementDriver. optional(String locator)byte[]Driver. pdf(Map<String,Object> options)Map<String,Object>Driver. position(String locator)Map<String,Object>Driver. position(String locator, boolean relative)StringDriver. property(String locator, String name)voidDriver. quit()voidDriver. refresh()voidDriver. reload()default DriverDriver. retry()default DriverDriver. retry(int count)default DriverDriver. retry(Integer count, Integer interval)default FinderDriver. rightOf(String locator)default byte[]Driver. screenshot()byte[]Driver. screenshot(boolean embed)default byte[]Driver. screenshot(String locator)byte[]Driver. screenshot(String locator, boolean embed)ObjectDriver. script(String expression)default ObjectDriver. script(String locator, String expression)default ListDriver. scriptAll(String locator, String expression)default ListDriver. scriptAll(String locator, String expression, java.util.function.Predicate predicate)default ElementDriver. scroll(String locator)ElementDriver. select(String locator, int index)ElementDriver. select(String locator, String text)default voidDriver. setCookies(List<Map<String,Object>> cookies)DriverDriver. submit()voidDriver. switchFrame(int index)voidDriver. switchFrame(String locator)voidDriver. switchPage(int index)voidDriver. switchPage(String titleOrUrl)StringDriver. text(String locator)DriverDriver. timeout()DriverDriver. timeout(Integer millis)StringDriver. value(String locator)ElementDriver. value(String locator, String value)default ElementDriver. waitFor(String locator)default ElementDriver. waitForAny(String[] locators)default ElementDriver. waitForAny(String locator1, String locator2)default ElementDriver. waitForEnabled(String locator)default List<Element>Driver. waitForResultCount(String locator, int count)default ListDriver. waitForResultCount(String locator, int count, String expression)default ElementDriver. waitForText(String locator, String expected)default StringDriver. waitForUrl(String expected)booleanDriver. waitUntil(String expression)default ElementDriver. waitUntil(String locator, String expression)default ObjectDriver. waitUntil(java.util.function.Supplier<Object> condition)
-