Most viewed questions in Selenium

0 votes
1 answer

How do I play a thumbnail video for a particular product eg. mobile on flipkart site?

Automating video streaming is a bit challenging ...READ MORE

Jul 28, 2020 in Selenium by Sirajul
• 59,230 points
875 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
0 answers

How to run Selenium standalone server 2 on Windows XP?

Could you please help me with running ...READ MORE

Jul 22, 2019 in Selenium by Vaishnavi
• 1,180 points
870 views
0 votes
1 answer

What are the Junit Annotations used in Selenium Scripts?

Hi Priyanka, there are many annotations available ...READ MORE

Jun 12, 2019 in Selenium by Maria
870 views
0 votes
1 answer

how to click on a ref link on Selenium C3

To click on a href link using ...READ MORE

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

Difference between assert and verify

If an "assert" command fails then test ...READ MORE

Feb 12, 2019 in Selenium by Ruchita
869 views
0 votes
1 answer

How to do DataDriven testing in specflow api

The following link gives an explanation of ...READ MORE

Aug 17, 2020 in Selenium by Lindsy
868 views
0 votes
1 answer

Maximizing the browser window in Selenium WebDriver using C#

Check this first: http://code.google.com/p/selenium/issues/detail?id=174 You Can use the JavascriptExector as follows: public ...READ MORE

May 2, 2018 in Selenium by Samarpit
• 5,910 points
868 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
1 answer

What are CSS Selectors and how they can be used as locators in Selenium Webdriver?

Hi Randeep, CSS Selectors are string patterns ...READ MORE

May 24, 2019 in Selenium by Pratibha
863 views
0 votes
1 answer

How to add implicit wait to a webdriver using Selenium webdriver with python?

Hello Hussain, you can use implicitly_wait() method ...READ MORE

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

What is the use of grouping in testNG?

Grouping is the method used to separate ...READ MORE

Dec 27, 2018 in Selenium by Trisha
861 views
0 votes
1 answer

There is an problem with the Recursion in Java. Method is returning empty list

checkMonth(driver) Ignore the List returned by that call. Perhaps you want ...READ MORE

Jun 6, 2018 in Selenium by jonss
861 views
0 votes
2 answers

headless browser vs real browser

I would say prefer Headless browser over ...READ MORE

Aug 31, 2020 in Selenium by Sirajul
• 59,230 points
860 views
0 votes
1 answer

Differences between Selenium IDE, Selenium RC and WebDriver

Selenium Ide is a Firefox plugin that ...READ MORE

Apr 19, 2018 in Selenium by Vardy
• 2,360 points
855 views
0 votes
1 answer

Chrome's console log

You can get logs using the following ...READ MORE

May 18, 2018 in Selenium by Atul
• 10,240 points
854 views
0 votes
0 answers

Unable to get the test result passed

When I try to run the test ...READ MORE

Oct 28, 2020 in Selenium by faha
• 380 points
846 views
0 votes
2 answers

How to use Selenium with Python?

Hey Shubham, you can checkout this thread ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
846 views
0 votes
0 answers
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
841 views
0 votes
1 answer

Assertions in Selenium can be used in which all modes?

Hello Gauri, Assertions in selenium can be used ...READ MORE

May 14, 2019 in Selenium by Pratibha
• 3,690 points
840 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
1 answer

What is the use of AutoIt tool with Selenium?

Hey Badrish, AutoIT is a third party tool ...READ MORE

May 31, 2019 in Selenium by Anvi
• 14,150 points
837 views
0 votes
1 answer

What is the procedure of writing Selenium Test Cases with Log4j logging?

@Neetu, you can use these steps to ...READ MORE

May 22, 2019 in Selenium by Naveen
834 views
0 votes
1 answer

Want to assert the row text in webtable

Hi, you can assert row text at ...READ MORE

Jun 10, 2019 in Selenium by Anvi
• 14,150 points
833 views
+1 vote
1 answer

In selenium Can we interact with browsers directly without using browsers web drivers like codedui

As per my understanding of your query, ...READ MORE

Aug 20, 2020 in Selenium by Sirajul
• 59,230 points
832 views
0 votes
1 answer

Login popup window using selenium webdriver?

Follow this steps: 1) Open the FireFox browser 2) ...READ MORE

Aug 23, 2018 in Selenium by Meci Matt
• 9,460 points
830 views
0 votes
1 answer

Eclipse won't run Chrome v84 with JUnit

Have you set the system property to ...READ MORE

Aug 26, 2020 in Selenium by Sirajul
• 59,230 points
828 views
0 votes
1 answer

What are the main functions of Xpath locator in Selenium?

Hi Danish, for handling complex and dynamic ...READ MORE

May 9, 2019 in Selenium by Anvi
• 14,150 points
827 views
0 votes
1 answer

What is difference the between Selenium and Celerity?

If you are talking about speed, use Celerity. If ...READ MORE

Apr 20, 2018 in Selenium by king_kenny
• 3,710 points
824 views
0 votes
1 answer

How can I register webdrivers for python-selenium?

Hello Shelly, to register webdrivers like Chrome ...READ MORE

May 16, 2019 in Selenium by Pratibha
• 3,690 points
822 views
0 votes
1 answer

How to delete cookies using selenium command?

Yes, it is possible to delete the ...READ MORE

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

Why to use WebDriver instead of Selenium IDE?

Selenium IDE is a Record and Playback ...READ MORE

Jul 11, 2018 in Selenium by Meci Matt
• 9,460 points
820 views
+1 vote
1 answer

ElementNotVisibleException in selenium with cucumber

@Mahesh, can you share your code where ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
819 views
0 votes
1 answer

How to perform right click action using Selenium Webdriver?

@Yuvika, you need to use Actions Class ...READ MORE

May 28, 2019 in Selenium by Reshma
819 views
+1 vote
0 answers

i want to automate below secaniro using testng and pom but using below code i am only able to open facebook directlt but what i want to do is i wantto open chrome and then navigate to facebook

Open a Chrome browser. Navigate to “http://www.facebook.com," Verify that ...READ MORE

Sep 23, 2020 in Selenium by anonymous
• 410 points
816 views
0 votes
1 answer

Automate Inputing SQL queries in textbox in a website using python selenium

Concatenate the queries as a string....and send ...READ MORE

Aug 31, 2020 in Selenium by Ananda Chakroborthy
816 views
0 votes
1 answer

Page Object Pattern in Selenium WebDriver

Check below links: Documentation: Page Objects and PageFactory  Page Object Design Pattern  Other ...READ MORE

Apr 17, 2018 in Selenium by Vardy
• 2,360 points
816 views
0 votes
2 answers

What is the output of Usability Testing?

Usability testing = navigation + context testing. The ...READ MORE

Feb 15, 2019 in Selenium by Shashank
• 1,370 points
813 views
0 votes
1 answer

Google search input text box

It seems you tried incorrect id. Please ...READ MORE

Jul 24, 2018 in Selenium by Samarpit
• 5,910 points
813 views
0 votes
2 answers

I am trying to run the below code but java.lang.Illegalstate Exception is coming

You are facing this error because while ...READ MORE

Jun 21, 2019 in Selenium by Abha
• 28,140 points
812 views
0 votes
1 answer

How to use click() with any button or any link?

I am taking an example for gmail ...READ MORE

Dec 20, 2018 in Selenium by Shuvodip
811 views
0 votes
1 answer

Handle Popup in selenium

you can try using this loop: for (String ...READ MORE

May 3, 2018 in Selenium by wrecker
• 3,110 points
807 views
0 votes
1 answer

Using XPath with Selenium-Java code

There is a minor syntax error in ...READ MORE

Apr 14, 2018 in Selenium by king_kenny
• 3,710 points
804 views
0 votes
1 answer

Web-scraping with beautifulsoup in different siblings

The tags are not closed in your ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
802 views
0 votes
1 answer

What are the most commonly used frameworks in automation testing?

Hey Hina, some of the most commonly ...READ MORE

May 13, 2019 in Selenium by Abha
• 28,140 points
801 views
0 votes
1 answer

Unable to run a selenium code for google search.

The error that you are getting is ...READ MORE

Dec 27, 2018 in Selenium by Anshu
794 views
0 votes
1 answer

How to download a pdf file diagrammatically from a web page with .html extension?

For downloading a pdf file: import java.io.File; import java.io.FileOutputStream; import ...READ MORE

Sep 28, 2018 in Selenium by Meci Matt
• 9,460 points
794 views
0 votes
1 answer

Selenium Exceptions are divided into how many categories?

Hey @Ketan, Selenium exceptions are divided into two ...READ MORE

May 22, 2019 in Selenium by Divya
789 views
0 votes
1 answer

Selenium Type method test method failed

In this matter ur 1st paramter should ...READ MORE

Apr 3, 2018 in Selenium by Shubham
• 13,490 points
788 views