×
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
668
Answers
How to handle child windows in Selenium with python?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 12:54:48
We can handle child windows or tabs in Selenium. While working with child windows, we need to always shift the browser focus to the child windows, then perform operation on them.By default, the focus remains on the first parent window. There are multiple methods available in Selenium which are listed ...
Read More
How to extract text from a Javascript alert in Selenium with python?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 12:52:13
We can extract text from a Javascript alert with the help of text method under Alert class. The alerts are basically the browser popups that are triggered for either dismissing or accepting the data entered.All these actions are performed by Selenium with the help of class selenium.webdriver.common.alert.Alert(driver). It has the ...
Read More
How will you handle alerts in Selenium with python?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 12:50:19
We can handle alerts in Selenium with the help of numerous APIs. The alerts are basically the browser popups that are triggered for either dismissing or accepting the data entered.All these actions are performed by Selenium with the help of class selenium.webdriver.common.alert.Alert(driver). It has the methods to extract the text ...
Read More
How to count the total number of links in Selenium with python?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 12:47:57
We can count the total number of links in a page in Selenium with the help of find_elements method. While working on links, we will always find the tagname in the html code and its value should be anchor (a).This characteristic is only applicable to links on that particular page ...
Read More
How will you get all the options in a static dropdown?
Selenium Web Driver
Automation Testing
Educational/Academic Institutes
Debomita Bhattacharjee
Published on 29-Jul-2020 11:55:57
We can obtain all the options in a dropdown in Selenium. All the options in the dropdown are stored in a list data structure. This is achieved with the help of options() which is a method under Select class.options() returns list of all options under the select tag. An empty ...
Read More
How will you deselect an option from a static dropdown?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 11:47:35
We can deselect an option from a static dropdown with the help of methods under Select class.The deselect methods are listed below −deselect_by_value(args) − Deselection with the help of value of option.This method deselects the option based on the value of the specific option. NoSuchElementException thrown if there is no ...
Read More
How to select a radio button in a page in Selenium with python?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 11:45:15
We can select a radio in a page in Selenium with the help of click() method. First of all we need to uniquely identify the checkbox with the help of any of the locators like css, xpath, id, class and so on.Next we have to use findElement() method to locate ...
Read More
How to check a checkbox in a page in Selenium with python?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 11:44:38
We can check a checkbox in a page in Selenium with the help of click() method. First of all we need to uniquely identify the checkbox with the help of any of the locators like css, xpath, id, class and so on.Next we have to use findElement() method to locate ...
Read More
How will you select an option from a static dropdown in Selenium?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 11:41:09
There are multiple methods available for handling static dropdowns in a page in Selenium. The static dropdowns are an integral part of a web page. This type of UI elements are mostly developed for birthday selection on a page.A dropdown is not an element alone. It is a group of ...
Read More
What are the methods available for handling static dropdowns in a page in Selenium with python?
Selenium Web Driver
Automation Testing
Software Testing
Debomita Bhattacharjee
Published on 29-Jul-2020 11:34:54
There are multiple methods available for handling static dropdowns in a page in Selenium. The static dropdowns are an integral part of a web page. This type of UI elements are mostly developed for birthday or age selection on a page.A dropdown is not an element alone. It is a ...
Read More
Previous
1
...
50
51
52
53
54
55
56
...
67
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout