Latest questions in Selenium

0 votes
1 answer

What is Apache ANT and what are its features?

Hello Deshdeepak, Ant is a Java-based Open-Source build tool ...READ MORE

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

How can I read numeric data from an Excel sheet using Selenium Webdriver?

Hey Jignesh, for reading numeric data from ...READ MORE

Jul 17, 2019 in Selenium by Abha
• 28,140 points
7,744 views
0 votes
1 answer

How to create an Object Repository to test facebook login in Selenium Webdriver?

Hi Kanak, to test facebook login using ...READ MORE

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

How can I use Selenium in the background?

Hey there! I would suggest you try using a ...READ MORE

Jul 22, 2019 in Selenium by anonymous
6,666 views
0 votes
1 answer

How can I click at the coordinates without identifying an element?

Of course, there is a way to do this. ...READ MORE

Jul 22, 2019 in Selenium by Surya
• 970 points
11,242 views
0 votes
1 answer

How to check whether the current version of my firefox browser is compatible with Selenium Webdriver current version?

Hi Pankhuri, to check the compatibility of ...READ MORE

Jul 17, 2019 in Selenium by Abha
• 28,140 points
14,289 views
0 votes
1 answer

Is Selenium Server required by Selenium WebDriver ?

Hey Numan, Selenium Server is not required by ...READ MORE

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

What happens if I don't create a Package and add a Class directly under the Project in Eclipse?

Hello Avantika, its not considered as a ...READ MORE

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

Can anyone show how to modify an existing excel sheet using Apache POI?

Hello Prakash, to modify an existing excel ...READ MORE

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

How to read test data from an excel sheet and use it to test facebook login in Selenium Webdriver?

Hi Mohan, you can use following code ...READ MORE

Jul 17, 2019 in Selenium by Abha
• 28,140 points
13,255 views
0 votes
1 answer

What are the prerequisites to configure Apache POI with Selenium?

Hey Manoj, following are the prerequisites to ...READ MORE

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

How can I read a CSV file in Selenium using Webdriver?

Hey Trisha, you can read a CSV ...READ MORE

Jul 17, 2019 in Selenium by Abha
• 28,140 points
12,547 views
+1 vote
1 answer

java error in eclipse

Hey Siddharth, try changing the module version, ...READ MORE

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

How to send a report through email using Selenium Webdriver?

Hey Yashmika, to send a report through ...READ MORE

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

How to insert a file in Attach File in Gmail by selenium java ?

Hey Siva, to insert a file in ...READ MORE

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

Hi There, Selenium Qn: Why do Java jars are shown in Eclipse when i download Eclipse, What is the use of these java jars in Eclipse?

Hey Abha,  JAR files are fundamentally archive files, ...READ MORE

Jul 17, 2019 in Selenium by Anvi
• 14,150 points
957 views
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
554 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,032 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,216 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,660 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
496 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,444 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
506 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,709 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,596 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
404 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
3,004 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,810 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,452 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,511 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
556 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,845 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
429 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,093 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,192 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,913 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
938 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,591 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,260 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
946 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
376 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,160 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,173 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,958 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,587 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,028 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,469 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,300 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,941 views