MCPcopy Index your code
hub / github.com/TestLeafInc/Simba / takeSnap

Method takeSnap

src/main/java/com/force/base/ProjectHooks.java:71–74  ·  view source on GitHub ↗

This method will take snapshot in base64 format @author TestLeaf

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getPageMethod · 0.80

Tested by

no test coverage detected