×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Net Meeting
Tutorix
Login
Packages
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Library
Videos
Q/A
eBooks
Login
Library
Videos
eBooks
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
Debomita Bhattacharjee
has Published
522
Answers
How do I verify that an element does not exist in Selenium 2?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:49:14
We can verify if an element does not exist in Selenium webdriver. To achieve this, we shall use the method getPageSource which gets the entire page source. So we can obtain a complete page source and check if the text of the element exists.We also use the findElements method and ...
Read More
How to integrate Sikuli scripts into Selenium?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:47:42
We can integrate Sikuli scripts into Selenium webdriver. Sikuli is an automation tool which is open-source. It has the feature to capture the images on the elements as well as perform operations on them.Some of the advantages of Sikuli are −Desktop or Windows applications can be automated.Can be used for ...
Read More
How to select/get drop down option in Selenium 2?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:41:20
We can select the dropdown option in Selenium webdriver. The dropdowns can be worked upon with the help of the Select class. The select tag is used to represent a dropdown and option tag is used to represent items in the dropdown in html.Let us investigate the html structure of ...
Read More
How to Resolve Stale Element Reference Exception in Selenium WebDriver?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:38:19
We can resolve StaleElementReferenceException in Selenium webdriver. The term stale means something which is not fresh and decayed. Thus a stale element points to an element which is not present any more.There may be a case, when an element was in DOM initially but after modifications in Document Object Model ...
Read More
How to click on hidden element in Selenium WebDriver?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:35:59
We can click on the hidden element in Selenium webdriver. In DOM, the hidden elements are the ones which are not displayed on the page. CSS property style should have the value display:none set for the hidden elements. Also, if the hidden element resides within a form tag, it can ...
Read More
How to convert commands recorded in Selenium IDE to Java?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:34:24
We can convert commands recorded in Selenium IDE to Java. To convert commands first navigate to File menu, then select the option Export Test case As.After clicking it, all the possible options for conversion get displayed. Choose the option Java/ Junit 4/ WebDriver.Finally, we have to save the file with ...
Read More
Can Selenium interact with an existing browser session?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:32:07
We can interact with an existing browser session. This is performed by using the Capabilities and ChromeOptions classes. The Capabilities class obtains the browser capabilities with the help of the getCapabilities method.This is generally used for debugging purposes when we have a large number of steps in a test and ...
Read More
How do I set the Selenium webdriver get timeout?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:29:29
We can set the Selenium webdriver to get timeout. There are numerous methods to implement timeouts. They are listed below −setScriptTimeout.pageLoadTimeout.implicitlyWait.The setScriptTimeout is the method to set the time for the webdriver. This is usually applied for an asynchronous test to complete prior throwing an exception. The default value of ...
Read More
How to execute a Javascript function in Python with Selenium?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:27:27
We can execute a JavaScript function in Python with Selenium webdriver. DOM interacts with the elements via JavaScript. Selenium is capable of executing JavaScript commands with the execute_script method.Few actions like web scrolling cannot be done by Selenium directly. For this, we shall use the JavaScript Executor. We shall take ...
Read More
What are the prerequisites to learn Selenium?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 01-Feb-2021 16:25:58
We shall explore the prerequisites to learn Selenium. First of all, we should know that testing can be divided into two segments − Manual and Automation.For manual testing, it is essential to have the basic understanding of the application that we are going to test, a reasonable acumen and a ...
Read More
Previous
1
2
3
4
5
6
7
8
...
53
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout