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….
Tag: java
How to create MAVEN SELENIUM project in simple steps?
In this video will see how to work with selenium using MAVEN. In few steps only selenium maven project can be created. 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 Steps: Excerpt: In this video, you will…
How to resolve selenium project not working through MAVEN even after giving correct dependency in pom.xml?
In this video will see how to fix if selenium project is not working after giving correct selenium dependency in pom.xml for maven project. 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 Steps: Excerpt: In this video…
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 create MAVEN project in simple steps?
In this video will see how to work with MAVEN Project. In few steps only maven project can be created. Steps: 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 Abstract: In this video, you will learn how…
How to resolve error (red color marked on project name) in eclipse for any project (selenium or java)?
In this video will see how to resolve red color marked error on any project written in eclipse it can be selenium (webdriver,testNG,maven) or java. 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 Screenshot: Excerpt: In the…
How to add external jar file in selenium project/How to configure or import jar file for eclipse project?
In this video will see how to add/configure/import external jar files in selenium webdriver or any java eclipse project. Steps: Right click on project->Build Path->Configure Build Path->Libraries->Select ClassPath->Add External JARS->Select Jars to be uploaded->Click Open->Click Apply And Close. I hope you like this video. For any questions, suggestions or appreciation…
How to delete a file from FTP server from your Android App Java code?
In this video it shows the code to delete a file over FTP server from your Android App’s Java code. 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 Complete source code and other details: GitHub: https://github.com/programmerworld1990/deletefromftpMaven Dependency:…
How to upload a file to FTP server from your Android App Java code?
In this tutorial, it shows the steps to develop your Android app to upload an image file to the FTP server using FTP Client commands. 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 Complete source code and…
How to connect to the FTP Server from your Android App?
This video shows quick steps to create your FTP client Android App. It demonstrates the example by connecting to a FTP server created on the local LAN network. 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 Complete…