×
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 to programmatically configure Chrome extension through Selenium WebDriver?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:38:32
We can programmatically configure Chrome extension through Selenium webdriver. We can have multiple extensions of the Chrome browser while we manually open the browser and work on it.However, while the Chrome browser is opened through Selenium webdriver, those extensions which are available to the local browser will not be present. ...
Read More
Download image with Selenium Python
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:36:24
We can download images with Selenium webdriver in Python. First of all, we shall identify the image that we want to download with the help of the locators like id, class, xpath, and so on.We shall use the open method for opening the file in write and binary mode (is ...
Read More
Find out when a download has completed using Python & Selenium
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:33:37
We can find when a download has completed with Selenium webdriver in Python. We shall use the ChromeOptions class for this purpose. First, we shall create an object of the ChromeOptions class.Then apply the add_experimental_option method on the object created. We shall pass browser preferences and download.default_directory:<location of downloaded file> ...
Read More
Handling Browser Authentication using Selenium
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:32:28
We can handle browser authentication with Selenium webdriver. We have to pass the credentials appended with the URL. The username and password must be added with the format: https://username:password@URL. Let us make an attempt to handle the below browser authentication.Once the User Name and Password are entered correctly and the ...
Read More
Where can I find a definitive Selenium WebDriver to Firefox Compatibility Matrix?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:26:38
We can find a definitive Selenium webdriver to Firefox compatibility matrix. To verify the Firefox browser compatibility with the Selenium webdriver, note the Selenium webdriver version.Then navigate to the link −https://firefox−source−docs.mozilla.org/testing/geckodriver/Support.html.Verify the Firefox version needed for the Geckodriver and Selenium.For any compatibility related concerns, we can navigate to the link ...
Read More
What is the difference between Selenium's Remote Control vs WebDriver?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:25:16
The differences between Selenium RC and Selenium webdriver are listed below −FunctionalitiesSelenium RCSelenium WebdriverServerNeeds the server to trigger test execution.No need for the server to trigger test execution.Object OrientedNot much support from object oriented concepts.Majority of tests based on object oriented concepts.Dynamic LocatorsNo identification of elements with dynamic locators.Identification of ...
Read More
Running chrome browser in inconginto Mode in Selenium
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:20:27
We can run Chrome browser Incognito mode with Selenium webdriver. Incognito mode is a safe mode of opening a browser. This can be done with the help of the DesiredCapabilities and ChromeOptions class.We shall create an object of the ChromeOptions class and apply addArguments method on it. Then pass −−incognito ...
Read More
How to deal with security certificates using Selenium?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:19:02
We can deal with security certificates using Selenium webdriver. We can have certificates like the SSL certificate and insecure certificate. All these can be handled with the help of the DesiredCapabilities and ChromeOptions class.We shall create an object of the DesiredCapabilities class and apply setCapability method on it. Then pass ...
Read More
Why Selenium RC is deprecated?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:16:34
Selenium RC is a key part in Selenium. It is a framework for testing that allows testers and developers to design test scripts in multiple languages to automate frontend UI test cases.It has a client library and a server that starts and quits the browser sessions by default.Selenium RC is ...
Read More
How to get html with javascript rendered sourcecode by using Selenium?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:14:58
We can get HTML with JavaScript rendered source code by using Selenium webdriver. Selenium can execute JavaScript commands with the help of the executeScript method.JavaScript command to be executed is passed as a parameter to the method. To obtain the HTML, with JavaScript, we shall pass return document.getElementsByTagName('html')[0].innerHTML as a ...
Read More
Previous
1
2
3
4
5
6
7
...
53
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout