Uses of Class
com.github.loyada.jdollarx.Operations.KeysDown
-
Packages that use Operations.KeysDown Package Description com.github.loyada.jdollarx main package for defining Path DOM elements and browser interactioncom.github.loyada.jdollarx.singlebrowser Simplified API for interaction with a single instance of browser -
-
Uses of Operations.KeysDown in com.github.loyada.jdollarx
Methods in com.github.loyada.jdollarx that return Operations.KeysDown Modifier and Type Method Description Operations.KeysDownInBrowser. pressKeyDown(CharSequence thekey)Press key down in the browser, or on a specific element. -
Uses of Operations.KeysDown in com.github.loyada.jdollarx.singlebrowser
Methods in com.github.loyada.jdollarx.singlebrowser that return Operations.KeysDown Modifier and Type Method Description static Operations.KeysDownInBrowserSinglton. pressKeyDown(CharSequence thekey)Press key down in the browser, or on a specific element.
-