Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1015
  
    `handleException()` take screenshot. `ParagraphActionIT` catches all 
exceptions during test and call `handleException()` to screenshot.
    
    To take screenshot manually, Insert following line where you want,
    
    ```java
    try { handleException("ANY MSG", new RuntimeException();} catch (Exception 
e) {};
    ```
    
    I was working on #1034, it does not fix all the selenium error, but it 
fixes all errors on `ZeppelinIT`.
    Please take a look and feel free to merge #1034.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to