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