All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.relevantcodes.extentreports.view.ScreenshotHtml Maven / Gradle / Ivy

The newest version!
/*
* Copyright (c) 2015, Anshoo Arora (Relevant Codes).  All rights reserved.
* 
* Copyrights licensed under the New BSD License.
* 
* See the accompanying LICENSE file for terms.
*/

package com.relevantcodes.extentreports.view;

public class ScreenshotHtml {
    public static String getSource(String imgPath) {
    	return "";
    }

    /**
     * Creates the image tag with base64 string as image source
     * @param imgSrc Base64 String
     * @return Image tag with base64 string as source
     */
    public static String getBase64Source(String imgSrc) {
        return "";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy