Most voted questions in Selenium

0 votes
1 answer

How to use property file as a object repository in Selenium WebDriver Automation?

Create any file & save it with ...READ MORE

Jan 23, 2019 in Selenium by Frankie
• 9,830 points
3,599 views
0 votes
1 answer

HTML unit webdriver in Selenium

You simply need to create instance for ...READ MORE

Jan 22, 2019 in Selenium by abhinav
864 views
0 votes
2 answers

System.setProperty is not recogonized in Eclipse.

Try adding the selenium jar files to ...READ MORE

Feb 5, 2019 in Selenium by Shashank
• 1,370 points
6,617 views
0 votes
2 answers

How to handle dropdowns in selenium?

Hey @Rishab, you can take a look ...READ MORE

Jan 23, 2019 in Selenium by Priyaj
• 58,090 points
713 views
0 votes
0 answers

Conditions with ExplicitWait in selenium

What are the different conditions with ExplicitWait ...READ MORE

Jan 21, 2019 in Selenium by Rishab
• 1,490 points
357 views
0 votes
1 answer

Handle multiple tabs in a browser using selenium

Selenium has driver.getWindowHandles() and driver.switchTo().window("{windowHandleName}") commands to work with ...READ MORE

Jan 22, 2019 in Selenium by tanisha
4,157 views
0 votes
1 answer

driver.navigate().to("URL") in selenium

driver.get() and driver.navigate().to() are both same just ...READ MORE

Jan 22, 2019 in Selenium by Nisa
7,257 views
0 votes
1 answer

Click a button using selenium

Your code works fine here, the only ...READ MORE

Jan 21, 2019 in Selenium by Priyaj
• 58,090 points
583 views
0 votes
1 answer

How Appium works in Andriod?

Appium is an open source test automation tool ...READ MORE

Jan 18, 2019 in Selenium by Frankie
• 9,830 points
497 views
0 votes
1 answer

How Appium works in iOS?

On iOS, Appium proxies command to a UIAutomation script running in Mac ...READ MORE

Jan 18, 2019 in Selenium by Frankie
• 9,830 points
875 views
0 votes
1 answer

How to locate an element by tagname?

TagName can be used with Group elements ...READ MORE

Jan 17, 2019 in Selenium by Frankie
• 9,830 points
839 views
0 votes
2 answers

How to use XPath Helper Tool?

How to Install XPath Helper Plugin for ...READ MORE

Apr 28, 2019 in Selenium by Ajay
8,739 views
0 votes
1 answer

How to Install XPath Helper Plugin for Chrome Browser?

1) Go to https://chrome.google.com/webstore/detail/xpath-helper/hgimnogjllphhhkhlmebbmlgjoejdpjl?hl=en 2) Click on Add to Chrome. 3) ...READ MORE

Jan 17, 2019 in Selenium by Frankie
• 9,830 points
3,146 views
0 votes
1 answer

What is the difference between JUnit and TestNG?

JUnit    TestNG It is opensource testing framework. It is ...READ MORE

Jan 17, 2019 in Selenium by Rishab
• 1,490 points
3,382 views
0 votes
1 answer

What is the difference between HUB and NODE?

Hub:- It is the central point where you ...READ MORE

Jan 14, 2019 in Selenium by saksham
2,407 views
0 votes
1 answer

How to get a emailable report using testNG?

After executing the test file that is ...READ MORE

Jan 14, 2019 in Selenium by survi
2,693 views
0 votes
1 answer

How to access a html page using selenium?

You will use driver.get() and instead of ...READ MORE

Jan 14, 2019 in Selenium by Pranjali
4,572 views
0 votes
2 answers

Handling Combo-Box Drop downs in Selenium

Suggestion: Try to mimic the action with ...READ MORE

May 28, 2019 in Selenium by mary
11,503 views
0 votes
1 answer

What are the skills required for getting job of a PaaS Solution Architect?

The skills required for getting the job ...READ MORE

Jan 11, 2019 in Selenium by rajesh
989 views
0 votes
1 answer

How to press CTRL+A in a webpage using selenium?

You can try using the following command:- driver.findElement(By.li ...READ MORE

Jan 11, 2019 in Selenium by Ravi
2,268 views
0 votes
2 answers

How to open a link in a new tab?

try this :- driver.findElement(By.linkText("Business")).sendKeys(K ...READ MORE

Jan 11, 2019 in Selenium by kaloo
1,172 views
0 votes
1 answer

Compound class names not permitted

Instead of using Class name you can ...READ MORE

Jan 11, 2019 in Selenium by Fujistu
6,337 views
0 votes
1 answer

What is the use of Sibling in Xpath?

Using sibling keyword, we can fetch a ...READ MORE

Jan 10, 2019 in Selenium by Frankie
• 9,830 points
1,631 views
0 votes
1 answer

Python or Java for selenium?

According to me Python is better for using selenium. ...READ MORE

Jan 9, 2019 in Selenium by Nabarupa
539 views
0 votes
1 answer

Find element with specific text in selenium

You can use Xpath as the locator ...READ MORE

Jan 9, 2019 in Selenium by Nabarupa
8,017 views
0 votes
1 answer

Handle AJAX in selenium

AJAX allows the Web page to retrieve ...READ MORE

Jan 9, 2019 in Selenium by Nabo
677 views
0 votes
1 answer

Debug tests in Selenium

The tests could be debugged in such ...READ MORE

Jan 9, 2019 in Selenium by Prawin
1,222 views
0 votes
1 answer

Selenium Webdriver fail conditions

There are some causes of Selenium WebDriver ...READ MORE

Jan 9, 2019 in Selenium by Finito
1,959 views
0 votes
1 answer

What is a hybrid framework?

The combination of data driven and keyword ...READ MORE

Jan 9, 2019 in Selenium by trisha
441 views
0 votes
1 answer

What is a keyword driven framework?

The keyword driven framework is a methodology ...READ MORE

Jan 9, 2019 in Selenium by Disha
524 views
0 votes
1 answer

What is a data-driven framework?

Basically the working here is as follows:- Test ...READ MORE

Jan 8, 2019 in Selenium by Abir
467 views
0 votes
1 answer

System.setProperty("webdriver.chrome.driver","") meaning?

The meaning of the statement are almost ...READ MORE

Jan 8, 2019 in Selenium by Nabarupa
57,779 views
0 votes
1 answer

How to run test case using TestNG

I am assuming that you want to ...READ MORE

Jan 8, 2019 in Selenium by Nabarupa
1,259 views
0 votes
1 answer

Find broken link in a webpage using selenium

You have to follow these steps to ...READ MORE

Jan 8, 2019 in Selenium by Sona
1,212 views
0 votes
1 answer

TestNG and Junit

No, testNG is better than JUnit. Here ...READ MORE

Jan 8, 2019 in Selenium by Nabarupa
548 views
0 votes
1 answer

Mouse gestures supported by selenium

Selenium supports different mouse actions, such as: click(WebElement ...READ MORE

Jan 8, 2019 in Selenium by Shuvodip
715 views
0 votes
2 answers

Drag and drop in selenium

WebElement dragale = driver.findElement(By.xpath("//*[@id=\"draggable\"]/p")); WebElement dropable = driver.findElement(By.xpath("//*[@id=\"droppable\"]")); Actions ...READ MORE

May 4, 2020 in Selenium by dragAndDrop(WebElement source, WebElemen
1,240 views
0 votes
3 answers

Refresh browser using selenium

Try navigate().to(driver.getCurrentUrl()). Works like charm. READ MORE

Jan 8, 2019 in Selenium by Mohan
969 views
0 votes
1 answer

Handle web-based popups

This happens with me also. I did ...READ MORE

Jan 8, 2019 in Selenium by Fuji
3,349 views
0 votes
1 answer

What is the difference between type() and typeandwait()?

If you want to type keyboard values(keys) ...READ MORE

Jan 8, 2019 in Selenium by Fuji
3,416 views
0 votes
1 answer

Testing in Selenium

Out of many testing supported by selenium ...READ MORE

Jan 8, 2019 in Selenium by Disha
414 views
0 votes
1 answer

Different API for selenium

Hey @User, there is this list that ...READ MORE

Jan 8, 2019 in Selenium by Fuji
433 views
0 votes
1 answer

What are the different components of Selenium?

Selenium is a testing tool and comprises ...READ MORE

Jan 8, 2019 in Selenium by Fuji
1,267 views
0 votes
1 answer

How to use firefox webdriver (geckodriver) in selenium?

Firefox v47+ with selenium 2.53, you need ...READ MORE

Jan 8, 2019 in Selenium by Nabarupa
7,047 views
0 votes
1 answer

How does selenium webdriver works?

When the automation script is implemented, the ...READ MORE

Jan 7, 2019 in Selenium by ritwik
473 views
0 votes
1 answer

How to find the absolute xpath of an element?

You can use the tool called chroPath ...READ MORE

Jan 7, 2019 in Selenium by Anjali
• 2,950 points
2,710 views
0 votes
1 answer

Unable to find a button on the webpage.

I checked the website you are working ...READ MORE

Jan 5, 2019 in Selenium by Sidha
455 views
0 votes
1 answer

Cannot use sendkeys to input string on an element in selenium

The problem may be of the locator ...READ MORE

Jan 5, 2019 in Selenium by Dushyant
1,629 views
0 votes
1 answer

What are the alternatives for selenium?

Selenium is not an independent tool, you ...READ MORE

Jan 5, 2019 in Selenium by Suchi
1,104 views
0 votes
1 answer

How to click on a drop down menu using selenium?

This can be tricky if you try ...READ MORE

Jan 4, 2019 in Selenium by Dhruva
8,207 views