public interface Mouse
Modifier and Type | Method and Description |
---|---|
default Session |
click(Integer contextId,
String selector,
Object... args)
Click on the specified element.
|
default Session |
click(String selector)
Click on the specified element.
|
default Session |
click(String selector,
Object... args)
Click on the specified element.
|
Session |
getThis() |
default Session click(String selector)
selector
- css or xpath selectordefault Session click(String selector, Object... args)
selector
- css or xpath selectorargs
- format stringdefault Session click(Integer contextId, String selector, Object... args)
selector
- css or xpath selectorargs
- format stringSession getThis()
Copyright © 2017 WebFolder OÜ. All rights reserved.