Download a HTML content as pdf using javascript – jsPDF

Using jsPDF library, you can download the div containing graphs, tables, contents as a PDF. This is a HTML5 client-side solution for generating PDFs. Simply include library in your <head>, generate your PDF using the many built-in functions, then create a button to trigger the download. <script type=”text/javascript” src=”http://cdnjs.cloudflare.com/ajax/libs/jspdf/0.9.0rc1/jspdf.min.js”></script> Create a object: var doc = […]

Setting up Appium for Android and iOS

In our digital world, where applications reign supreme, assuring the seamless performance of your software across Android and iOS platforms is important. This is where Appium, the unsung hero of mobile application testing, steps into the limelight. As an open-source automation tool, Appium plays a key role in simplifying the complicated task of testing mobile […]