
Search In
History back() method in JavaScript : The back() method of a history object is used to load the previous page browsed. In our application sometimes we required to go to last opened page, in this case the back() function is used. It is same as the bac
History forward() method in JavaScript : The forward() method of a history object is used to load the next page browsed. In our application sometimes we required to go to next opened page, in this case the forward() function is used. It is same as th
The first step after the starting the Appium server is to launch or invoke the installed application through the script. First we should set the desired capabilities and then launch the application.
DesiredCapabilities capabilites = new DesiredCapab
There are many times we have to switch from one application to another while in the middle of execution. In this case we have to switch to the second application and then perform some action and then again return back to the previous application.
D
Hello Friend,
Many times we need to capitalize the first latter of data in the spreadsheet and many of us do this task manually.
But what if one have a large data containing thousand of columns will you then do this one by one, for me it
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use bind() Method in Jquery.
The bind()methods is one of the most important aspects of dealing with events through jQuery.
Basically,the bind() method affixes one or m
Cookies are the information of the user, which resides in a browser of any corresponding website he/she visited.
Cookies are also the important aspects which we use to maintain session.
Here we perform some basic operation in cookie by using Angular
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on download file from FTP using curl.
If you want to download files from FTP using curl then you have to follow below code.
Suppose you want to download "filename.xy&qu
IBM recently launched the multitenant feature in SDK Java Technology Edition, Version 7 Release 1.
Each program issuing java command from the command prompt/shell or from GUI invokes an instance of the JVM, which contains resources and the area for
Dear all,
I am not able to access RINGING_MODE_SILENT in my application it crashes my application. I am using android oreo 8.1 API level 27. Here is the log file
2019-01-18 14:42:58.818 5658-5658/com.example.user.speakercontrol E/AndroidRun
