Most voted questions in Selenium

0 votes
0 answers

How to implement Data-Driven framework using Apache POI?

How to implement Data-Driven framework using Apache ...READ MORE

Jul 15, 2019 in Selenium by Deeksha
537 views
0 votes
1 answer

What are the advantages of using Data-driven Test framework?

Hey Huma, some of the advantages of ...READ MORE

Jul 16, 2019 in Selenium by Abha
• 28,140 points
4,001 views
0 votes
1 answer

Which packages are required to be imported to launch Firefox driver?

Hi Ridhima, to launch Firefox driver in ...READ MORE

Jul 16, 2019 in Selenium by Anvi
• 14,150 points
1,185 views
0 votes
1 answer

How to launch PhantomJS driver using Desired Capability?

Hey usha, to launch PhantomJS driver using ...READ MORE

Jul 16, 2019 in Selenium by Anvi
• 14,150 points
1,620 views
0 votes
1 answer

Hi There, You said Selenium is a Firefox plugin then why does selenium support in other browsers(Chrome, IE, etc)?

Hi, Selenium IDE was initially a Firefox ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
485 views
0 votes
0 answers

Picked up JAVA_TOOL_OPTIONS: -Duser.home=C:\Users\45059465,

When i am trying to execute the ...READ MORE

Jul 15, 2019 in Selenium by anonymous
1,402 views
0 votes
0 answers
0 votes
1 answer

What are the features of HTMLUnitDriver?

Hi Samay, some of the features of ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
496 views
0 votes
1 answer

How can I download Microsoft WebDriver/Edge Driver to use with Selenium?

Hi William, to download Microsoft Webdriver or ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
39,499 views
0 votes
1 answer

How to launch Edge browser with Selenium Webdriver?

Hey Tamanna, you can use following lines ...READ MORE

Jul 15, 2019 in Selenium by Anvi
• 14,150 points
12,563 views
0 votes
1 answer

Can anyone demonstrate how desired capability methods can be used on a webdriver?

Hey Rajesh, you can check this code ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
392 views
0 votes
1 answer

What is Marionette driver and how it can be used to instantiate Firefox webdriver?

Hey Manju, Marionette driver is the new driver ...READ MORE

Jul 15, 2019 in Selenium by Anvi
• 14,150 points
2,966 views
0 votes
0 answers

In Selenium, how to give a name to a file when it is downloading?

I'm working with a Selenium script where I'm ...READ MORE

Jul 15, 2019 in Selenium by Vaishnavi
• 1,180 points
2,749 views
0 votes
0 answers

How do you get all the child elements in Selenium WebDriver?

I'm currently working on Selenium with Python. ...READ MORE

Jul 15, 2019 in Selenium by Vaishnavi
• 1,180 points
2,427 views
0 votes
1 answer

How to press Escape key on keyboard using different robot class methods?

Hey Ruby, you can press Escape key ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
5,441 views
0 votes
1 answer

Can Robot class be used to handle mouse buttons in Selenium?

Hi Prerna, Yes you can handle mouse ...READ MORE

Jul 15, 2019 in Selenium by Anvi
• 14,150 points
537 views
0 votes
1 answer

How can I select date from a datepicker div using Selenium Webdriver?

Hey Jeevika, you can use following automation ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
11,792 views
0 votes
1 answer

Can anyone explain how to use fluent wait on a webpage?

Hey Inayat, checkout following code snippet to ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
409 views
0 votes
1 answer

How to minimize a browser window using Selenium Webdriver?

Hello Kashmira, to minimize a browser window ...READ MORE

Jul 15, 2019 in Selenium by Anvi
• 14,150 points
3,069 views
0 votes
1 answer

Anyone please explain various methods used to de-select options of a dropdown in Webdriver

Hey Natasha, following methods are used to ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
3,085 views
0 votes
1 answer

Can anyone tell what are different ExpectedCondition methods used with Webdriver wait?

Hey Diana, some of the ExpectedCondition methods ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
1,886 views
0 votes
1 answer

What all commands can be used in Selenium Webdriver to interact with Web elements?

Hi Shaibya, some of the commands used ...READ MORE

Jul 15, 2019 in Selenium by Anvi
• 14,150 points
911 views
0 votes
1 answer

How to check whether a dropdown support selecting multiple options simultaneously or not in Webdriver?

Hi Shreeram, to determine whether a dropdown ...READ MORE

Jul 15, 2019 in Selenium by Anvi
• 14,150 points
2,551 views
0 votes
1 answer

How to get all options of a dropdown on a webpage using Selenium Webdriver?

Hey Joel, you can use following lines ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
2,240 views
0 votes
0 answers

How to click an image in gmail using selenium

The image in the body of the ...READ MORE

Jul 13, 2019 in Selenium by anonymous
915 views
0 votes
1 answer

what is the webDriverWait in Explicitwait??

Hey Narayanappagari, there's already a thread on ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
364 views
0 votes
1 answer

How to wait(5min to 15min) for specific email and click to the email which has subject "TEST"?

Hey bkarun, to wait for a particular ...READ MORE

Jul 12, 2019 in Selenium by Abha
• 28,140 points
1,128 views
0 votes
2 answers

How can we use JavaScript Executor to click and enter data to a web element in Selenium?

WebElement element = driver.findElement(By.id("abcd")); // Let the ...READ MORE

Mar 22, 2020 in Selenium by Lakshmi Sarvepalli
3,140 views
0 votes
2 answers

How to submit a form in Selenium webdriver if submit button can't be identified?

In addition to flat out submitting the ...READ MORE

Jul 31, 2020 in Selenium by anonymous
17,889 views
0 votes
1 answer

How to apply wait for new window using Selenium WebDriver?

As sometimes during web automation, when you ...READ MORE

Jul 10, 2019 in Selenium by Vaishali Walia
8,510 views
0 votes
1 answer

How can I capture screenshot of a webpage partially in Selenium?

Hey Tejasvi, you can capture screenshot of ...READ MORE

Jul 8, 2019 in Selenium by Anvi
• 14,150 points
1,017 views
0 votes
1 answer

How to capture screenshot of a webpage using Selenium Webdriver?

Hi Bindiya, you can use TakesScreenshot interface to capture the ...READ MORE

Jul 8, 2019 in Selenium by Abha
• 28,140 points
1,438 views
0 votes
1 answer

How Parametermizing tests can be done in TestNG using Data Provider?

Hi Devashish, you can parameterize tests with ...READ MORE

Jul 8, 2019 in Selenium by Abha
• 28,140 points
2,263 views
0 votes
1 answer

How can I perform multiple selection of options in a dropdown using Select class in Selenium?

Hey Priyansh, you can select multiple options ...READ MORE

Jul 8, 2019 in Selenium by Anvi
• 14,150 points
2,907 views
0 votes
1 answer

How to select multiple options from a dropdown list using Actions class in Selenium?

Hey Renu, you can use Actions class ...READ MORE

Jul 8, 2019 in Selenium by Abha
• 28,140 points
11,125 views
0 votes
1 answer

Is there any way of resolving slow typing issue faced in Internet Explorer?

Hey Anishka, if you are facing slow typing ...READ MORE

Jul 9, 2019 in Selenium by Abha
• 28,140 points
402 views
0 votes
1 answer

What are the different methods for switching control to a frame in Selenium Webdriver?

Hey Pallavi, there are a few ways ...READ MORE

Jul 9, 2019 in Selenium by Abha
• 28,140 points
819 views
0 votes
3 answers

What are the different ways to select an option from a dropdown using Selenium Webdriver?

So follow this steps for solution: First click ...READ MORE

Dec 16, 2020 in Selenium by Roshni
• 10,520 points
50,640 views
0 votes
1 answer

Does Selenium Webdriver directly support mobile(Android/IOS) automation?

Hi Hemlata, No, Selenium Webdriver doesn't support ...READ MORE

Jul 7, 2019 in Selenium by Tahir
1,673 views
0 votes
1 answer

What are the differences between Selenium and Quick Test Professional (QTP)?

Hello Siddhant, some of the major differences ...READ MORE

Jul 7, 2019 in Selenium by Pratibha
459 views
0 votes
1 answer

What are the main features of Selenium IDE?

Hey Tulsi, Firefox provides Selenium IDE as an ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
417 views
0 votes
2 answers

How to scroll a Web Page using coordinates of a WebElement in Selenium WebDriver ?

JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript("window.scrollBy("X", " y ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
5,686 views
0 votes
1 answer

Why there is a need of GeckoDriver to launch Firefox in Selenium?

Hello Sunaina, Gecko driver is required to ...READ MORE

Jul 5, 2019 in Selenium by Anvi
• 14,150 points
605 views
0 votes
1 answer

How to define capabilities using ChromeOptions for RemoteWebDriver in Selenium?

Hi Celina, to define capabilities for RemoteWebdriver, ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
5,220 views
0 votes
1 answer

What is @CacheLookup annotation in PageFactory?

Hey Abhay, PageFactory annotation @CacheLookup is used to ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
6,337 views
0 votes
1 answer
0 votes
1 answer

Unable to pass Capabilities to ChromeDriver in Selenium Webdriver. How to resolve the issue?

Hey Inaya, you are facing this problem ...READ MORE

Jul 4, 2019 in Selenium by Anvi
• 14,150 points
5,380 views
0 votes
1 answer

How @FindBy annotation of Page Factory can be used in Selenium?

Hey Mridul, Page Factory uses annotation @FindBy to ...READ MORE

Jul 4, 2019 in Selenium by Anvi
• 14,150 points
9,952 views
0 votes
1 answer

Why we need to use RemoteWebdriver Not the webdriver in Selenium Grid?

Hi Ramya, we use RemoteWebdriver in Selenium ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
3,672 views
0 votes
1 answer

Read PDF content on a browser using Selenium webdriver?

Hey Parvati, you can use Apache PDFBox JAR ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
14,488 views