()
| 313 | } |
| 314 | |
| 315 | @Override |
| 316 | public String getChatBoxText() { |
| 317 | if (!isChatOpened()) { |
| 318 | return null; |
| 319 | } |
| 320 | return getChatField().b(); |
| 321 | } |
| 322 | |
| 323 | @Override |
| 324 | public void typeInChatGUI(String text) { |
nothing calls this directly
no test coverage detected