×
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 use Selenium with Ruby?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 17:08:22
We can use Selenium with Ruby. First of all we have to install Ruby in the system. For installation in Windows, we have to take the help of the RubyInstaller package by navigating to the link −https://rubyinstaller.org/Click on Download.The various versions of Ruby Installers links get displayed. Select the latest ...
Read More
How to Stop the page loading in firefox programmatically in Selenium ?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 17:04:13
We can stop the page loading in Firefox programmatically. This can be done by first setting page load time with the help of the pageLoadTimeout method.The time to wait for the page load is passed as a parameter to that method.Syntaxdriver.manage().timeouts().pageLoadTimeout(10, TimeUnit.MILLISECONDS);The page is forced to stop from loading with ...
Read More
What is meant by Selenium RC?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 17:01:58
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 defaultServer injects ...
Read More
Can Google Chrome be supported by Selenium IDE?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 17:01:11
Initially Selenium IDE was used as a Firefox plugin. But the latest Selenium IDE version supports both Chrome and Firefox. For installation in Chrome, navigate to the below link −ttps://chrome.google.com/webstore/detail/seleniumide/mooikfkahbdckldjjndioackbalphokdThen click on Add to Chrome.Click on Add extension.Once installed, we shall get the below message as shown in the image ...
Read More
How to create nested test suites for Selenium IDE?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:55:55
We can create nested test suites for Selenium IDE. A group of tests constitutes a test suite. First, to create a test suite we have to follow the below steps as listed below −Step1: Launch Selenium IDE. Then click on Create a new project link.Step2 − Provide the PROJECT NAME. ...
Read More
How to give manual input from user while running Selenium IDE script?
Debomita Bhattacharjee
Published on 02-Feb-2021 16:54:14
We can give manual input from the user while running Selenium IDE script. This can be done with the help of the Command, Target and Value steps given below −Step 1Command −execute scriptTarget −return prompt("Subject", "");Value −InputStep 2Command −echoTarget −${Input}Click on Run current test as highlighted in the below image.OutputA ...
Read More
How do I use Selenium IDE?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:51:01
We can use and install Selenium IDE by following a few steps one by one. It is for integrated development of Selenium scripts. It is primarily used as an extension of Firefox.Some facts about Selenium IDE are listed below −Requires no technical knowledge of the testers.Record and playback feature available.Has ...
Read More
Handle Firefox Not Responding While Using Selenium WebDriver With Python?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:48:52
We can handle the situation in which the Firefox is not responding with the help of the Selenium webdriver in Python. This can be achieved with the help of the FirefoxProfile class.We shall create an object of this class and apply the set_preference method on it. Then pass these preferences ...
Read More
Save a Web Page with Python Selenium
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:47:12
We can save a webpage with Selenium webdriver in Python. To save a page we shall first obtain the page source behind the webpage with the help of the page_source method.We shall open a file with a particular encoding with the codecs.open method. The file has to be opened in ...
Read More
Can Selenium use multi threading in one browser?
Selenium
Automation Testing
Testing Tools
Debomita Bhattacharjee
Published on 02-Feb-2021 16:41:02
Selenium can use multi−threading in one browser with the help of TestNG framework. TestNG provides the feature of parallel execution which works on the concept of Java multi−threading.To execute tests based on various parameters, the TestNG has an XML file where we have the configurations. The attributes parallel and thread−count ...
Read More
1
2
3
4
5
6
7
...
53
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout