()
| 323 | } |
| 324 | |
| 325 | @Override |
| 326 | public String getChatBoxText() { |
| 327 | if (!isChatOpened()) { |
| 328 | return null; |
| 329 | } |
| 330 | return getChatField().b(); |
| 331 | } |
| 332 | |
| 333 | @Override |
| 334 | public void typeInChatGUI(String text) { |
nothing calls this directly
no test coverage detected