()
| 332 | } |
| 333 | |
| 334 | @Override |
| 335 | public String getChatBoxText() { |
| 336 | if (!isChatOpened()) { |
| 337 | return null; |
| 338 | } |
| 339 | return getChatField().b(); |
| 340 | } |
| 341 | |
| 342 | @Override |
| 343 | public void typeInChatGUI(String text) { |
nothing calls this directly
no test coverage detected