()
| 287 | } |
| 288 | |
| 289 | @Override |
| 290 | public String getChatBoxText() { |
| 291 | if (!isChatOpened()) { |
| 292 | return null; |
| 293 | } |
| 294 | return getChatField().b(); |
| 295 | } |
| 296 | |
| 297 | @Override |
| 298 | public void typeInChatGUI(String text) { |
nothing calls this directly
no test coverage detected