This method will take snapshot in base64 format @author TestLeaf
()
| 69 | * @author TestLeaf |
| 70 | */ |
| 71 | @Override |
| 72 | public String takeSnap(){ |
| 73 | return new String(Base64.getEncoder().encode(getPage().screenshot())); |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Will be invoked before once for every test case execution and |