@param url the link to open @return false if unable to find a viable way to open
(String url)
| 155 | * @return false if unable to find a viable way to open |
| 156 | */ |
| 157 | public boolean openLink(String url); |
| 158 | |
| 159 | public void selectInput(String prompt, String callback, |
| 160 | File file, Object callbackObject); |
no outgoing calls
no test coverage detected