Uses of Class
com.github.loyada.jdollarx.Operations.OperationFailedException
-
Packages that use Operations.OperationFailedException Package Description com.github.loyada.jdollarx main package for defining Path DOM elements and browser interactioncom.github.loyada.jdollarx.highlevelapi Package for high level interactions.com.github.loyada.jdollarx.singlebrowser Simplified API for interaction with a single instance of browsercom.github.loyada.jdollarx.singlebrowser.highlevelapi Package for high level interactions. -
-
Uses of Operations.OperationFailedException in com.github.loyada.jdollarx
Methods in com.github.loyada.jdollarx that throw Operations.OperationFailedException Modifier and Type Method Description voidOperations.KeysDown. on(Path path)Send key-down to an element in the browservoidOperations.ReleaseKey. on(BasicPath path)release a key on a specific element in the browservoidOperations.DragAndDrop. to(Path target)drag and drop to the given element's locationvoidOperations.DragAndDrop. to(Integer x, Integer y)drag and drop to the given coordinatesvoidOperations.KeysSender. to(Path path)Send keys to a specific element in the browser -
Uses of Operations.OperationFailedException in com.github.loyada.jdollarx.highlevelapi
Methods in com.github.loyada.jdollarx.highlevelapi that throw Operations.OperationFailedException Modifier and Type Method Description static voidInputs. changeInputValue(InBrowser browser, Path field, String text)Change input value: clear it and then enter another text in itstatic voidInputs. changeInputValueNonStrictClearing(InBrowser browser, Path field, String text)Change input value: clear it and then enter another text in it.static voidInputs. changeInputValueWithEnter(InBrowser browser, Path field, String text)Similar to changeInputValue, but adds an ENTER after setting the value of the inputstatic voidInputs. changeInputValueWithEnterNonStrictClearing(InBrowser browser, Path field, String text)Similar to changeInputValueNonStrictClearing, but adds an ENTER after setting the value of the inputstatic voidInputs. clearInput(InBrowser browser, Path field)Clear operation on an input element.static voidInputs. clearInputNonStrict(InBrowser browser, Path field)Clear operation on an input element, but does not enforces a complete clear. -
Uses of Operations.OperationFailedException in com.github.loyada.jdollarx.singlebrowser
Methods in com.github.loyada.jdollarx.singlebrowser that throw Operations.OperationFailedException Modifier and Type Method Description voidAgGridHighLevelOperations. changeSimpleInputValueByRowNumber(String columnName, int rowNumber, String newValue)select an option from a dropdown in a cellvoidSingleBrowserPath. sendKeys(CharSequence... charsToSend)send keys to elementvoidAgGrid. sortBy(String headerText, AgGrid.SortDirection direction)Click on 'sort' so that the given column is sorted in the direction provided. -
Uses of Operations.OperationFailedException in com.github.loyada.jdollarx.singlebrowser.highlevelapi
Methods in com.github.loyada.jdollarx.singlebrowser.highlevelapi that throw Operations.OperationFailedException Modifier and Type Method Description static voidInputs. changeInputValue(Path field, String text)Change input value: clear it and then enter another text in itstatic voidInputs. changeInputValueNonStrictClearing(Path field, String text)Change input value: try to clear as much as it can, and then enter another text in itstatic voidInputs. changeInputValueWithEnter(Path field, String text)Similar to changeInputValue, but adds an ENTER after setting the value of the inputstatic voidInputs. clearInput(Path field)Clear operation on an input element
-