()
| 50 | } |
| 51 | |
| 52 | private Keys homeKey() { |
| 53 | return (getEffectivePlatform(driver).is(Platform.MAC)) ? Keys.UP : Keys.HOME; |
| 54 | } |
| 55 | |
| 56 | private Keys endKey() { |
| 57 | return (getEffectivePlatform(driver).is(Platform.MAC)) ? Keys.DOWN : Keys.END; |
no test coverage detected