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