In this video we will see how to fix below error: Above error we find mostly when we deal with Ashot() library for capturing the specific element screenshot. For Related videos or complete code please check below links. https://www.youtube.com/watch?v=oF4RoSsN0FE&t=2shttps://youtu.be/D17eYz8FVvghttps://youtu.be/4-Whn5BBV_chttps://youtu.be/aWgx76vA0qAhttps://youtu.be/D17eYz8FVvghttps://youtu.be/FoEexNif2Ashttps://youtu.be/jPrphm-8njo?si=BY0tuPtbcgFEDpO- I hope you like this video. For any questions, suggestions or…
Tag: images
How to compare two images/screenshot in Selenium?
In this video I have shown how to compare two screenshots(expected vs actual images) in selenium using Ashot() api. https://www.youtube.com/watch?v=oF4RoSsN0FE&t=2s https://youtu.be/D17eYz8FVvg https://youtu.be/4-Whn5BBV_c https://youtu.be/aWgx76vA0qA https://youtu.be/D17eYz8FVvg https://youtu.be/FoEexNif2As https://youtu.be/jPrphm-8njo?si=BY0tuPtbcgFEDpO-
How to Display a Bitmap Image in a WebView in Android App?
The given post features a tutorial video and the complete source code for a procedure to display an image from Android’s local storage into a WebView. The image is retrieved from the download folder, converted into a Bitmap, and loaded into the WebView using the loadDataWithBaseURL API. It shares code for permissions, accessing storage, loading the image into an ImageView, and then converting it into a string using Base64 to load it onto a WebView. The detailed process further includes relevant Android XML design and manifest files. Links are provided for further assistance or queries.
How to read texts from an image (OCR) using google vision library in your Android App?
This video shows the steps to implement the google vision library to read or detect the texts and strings from an image, like an OCR (Optical Character Recognition). It demonstrates the functionality using different fonts and text sizes in the different images. I hope you like this video. For any…
How to store image in MS SQL Server database and retrieve it from your Android App?
This page shows steps to create an Android App which connects to MS SQL Server Database. It uses the MSSQL database to store the images in bytes array format. The respective data type in database server is VARBINARY(MAX). It uses a couple of images saved in the emulator phone to…