Selenium Programs
(Move to ...)
Selenium Programs
Manual Testing
Java Examples
Playwright Automation Testing
▼
(Move to ...)
Java Interview Questions for Tester
SQL Interview Questions For Testers
Selenium Interview Quastions Realtime
TestNG Advanced Concepts With Examples
Playwright Automation
BDD Frame Work with Cucumber
▼
Pages
(Move to ...)
TestNG Complete Tutorials
▼
oops concepts
(Move to ...)
oops concepts
▼
Wednesday, 14 December 2016
Java – Remove Duplicate Number from Array
›
package JavaPrograms; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import java.util.List; import jav...
Monday, 12 December 2016
Reading Font Properties In Selenium WebDriver Using .getCssValue() Method
›
Sometimes you need to read font properties like font size, font color, font family, font background color etc.. during WebDriver ...
Open a link in a New tab
›
We use actions objects to open any hyperlink in a new tab. e.g. import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; im...
‹
›
Home
View web version