In this video it shows the steps to develop your image recognition/ classification Android App using Google’s Artificial Intelligence (Gen AI) Gemini Tool. To generate API Key – https://aistudio.google.com/app/apikeyTo run Gemini App in browser – https://gemini.google.com/appWebpage referred in this demonstration: https://programmerworld.co/android/how-to-integrate-googles-gemini-ai-in-android-app-java-code/ I hope you like this video. For any questions,…
Tag: image
Selenium – How to fetch attributes values for any web element/how to find the source of any image?
In this video will see how to get any attributes e.g src(source),text,sizes,class values for any web element. How to take web element xpath: https://www.youtube.com/watch?v=jPrphm-8njo&list=PLFfOLCbwIxbDCAFRkkvY4szs2HRS_FKaF&index=5 I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Code: Excerpt: The provided content…
How to get the count of any webElement on webpage in Selenium?
In this video will see how to count any specific type of webElements (e.g no. of hyperlinks, input boxes, images etc). In other words we can get how many times any webelement occurred on any given point of time. We will also see how to print the text of webelements….
How to add custom text over a Bitmap image from your Android App?
In this video it shows the steps to add text over an existing image by reading it in Bitmap format. It creates a Canvas using the Bitmap and then calls drawText option to edit the bitmap file. I hope you like this video. For any questions, suggestions or appreciation please…
How to resolve error/exception “javascript error: $ is not a function” in Selenium?
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…
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 take screenshot of particular element only in Selenium?
In this video I have shown how to take screenshot of specific element only. It will not capture complete webpage instead it will only take particular element image. This is very useful in validations. If element is not visible on screen at the very first load it will scroll down…
Selenium – How to take screenshot of complete web page even if full page is not visible on screen?
In this video I have shown how to take complete web page screenshot in selenium webdriver using Ashot API. Once application is loaded it is taking screenshot of complete web page by scrolling down the page till end. I hope you like this video. For any questions, suggestions or appreciation…
How to take multiple screenshots in selenium webdriver?
In this video will see how to take/capture multiple screenshot or taking screenshots multiple times in a web application. Video link for How to take a screenshot in selenium web driver:https://youtu.be/j7ShHn8Ea7E I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
How to take a screenshot in selenium webdriver?
In this video will see how to take/capture screenshot for any web page for selenium webdriver. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Details: Excerpt: In this video, you will learn how to capture a screenshot…