Trending questions in Selenium

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
824 views
0 votes
1 answer

What is TestNG and why it is used in selenium?

Hello @User, Talking about TestNG, it is an ...READ MORE

Dec 24, 2018 in Selenium by Shuvodip
1,129 views
+1 vote
2 answers

selenium-python Process unexpectedly closed with status 1

Hi paragf! I checked your code.  Firstly, there ...READ MORE

Sep 28, 2018 in Selenium by Omkar
• 69,230 points
4,829 views
+4 votes
1 answer

How can I configure Eclipse for using Selenium?

Follow the following steps to configure your ...READ MORE

Dec 12, 2018 in Selenium by Nabarupa
1,484 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
470 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
444 views
0 votes
1 answer

Selenium-Debugging Error: Element is not clickable at point (X,Y)

Another element is covering the element you ...READ MORE

Jul 2, 2018 in Selenium by Samarpit
• 5,910 points
8,652 views
0 votes
1 answer

Scrolling down a page with Selenium Webdriver

You can perform this action easily using ...READ MORE

Sep 25, 2018 in Selenium by Meci Matt
• 9,460 points
4,969 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
477 views
0 votes
1 answer

How to disable cookies using webdriver for Chrome and FireFox JAVA?

The solution for Firefox is below: FirefoxProfile profile ...READ MORE

Aug 8, 2018 in Selenium by Meci Matt
• 9,460 points
7,025 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
437 views
0 votes
1 answer

Testing in Selenium

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

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

What is the webdriver that can be used with firefox?

You can use Firefox Gekodriver to use ...READ MORE

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

What are the different assertions supported by testNG?

The different assertions you can use in ...READ MORE

Jan 2, 2019 in Selenium by Nabarupa
625 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
864 views
0 votes
1 answer

Multi threading in Selenium WebDriver

WebDriver is not safe for multithreading.  Thread-safety is ...READ MORE

May 28, 2018 in Selenium by Meci Matt
• 9,460 points
10,016 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
461 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
798 views
0 votes
1 answer

How to use css selector in selenium using Java?

Hello @Jino, CSS Selector is pretty easy to ...READ MORE

Dec 21, 2018 in Selenium by Nabarupa
1,037 views
0 votes
1 answer

How to scroll until the element is in view using Selenium2Library Keyword?

You have to download the ExtendedSelenium2Library from ...READ MORE

Jun 25, 2018 in Selenium by Samarpit
• 5,910 points
8,774 views
0 votes
1 answer

Selenium wait for Ajax content to load

you need to wait for Javascript and ...READ MORE

Jul 31, 2018 in Selenium by Meci Matt
• 9,460 points
7,207 views
0 votes
1 answer

How does dependency work in testNG?

There are times when you need to ...READ MORE

Jan 3, 2019 in Selenium by Shuvodip
445 views
+4 votes
1 answer

Getting error while accessing the password field in gmail.

Hello @User, this was the error I ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
921 views
0 votes
1 answer

How to open a new window on a browser using Selenium WebDriver for python?

You can try the below code: driver = ...READ MORE

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

How can I take a screenshot using selenium?

Hello @Sradha, You can use the File ...READ MORE

Dec 31, 2018 in Selenium by Nabarupa
508 views
0 votes
1 answer

How to execute groups of similar name for multiple classes?

Hello @Sradha,  You can create a TestNG suite ...READ MORE

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

Is there a method by which we can control the running of a test case?

Hey @sradha, yes there is a way ...READ MORE

Dec 27, 2018 in Selenium by Nabarupa
641 views
0 votes
1 answer

Selenium IDE is no longer supported, what are the alternatives I can work with?

Hey @Jino, yes that true that they ...READ MORE

Dec 21, 2018 in Selenium by Nabarupa
918 views
0 votes
1 answer

What is sequencing in TestNG?

Sequencing helps you to run your test ...READ MORE

Dec 27, 2018 in Selenium by Trisha
646 views
+1 vote
1 answer

How to get all the links from google search?

You can use the following code to ...READ MORE

Dec 14, 2018 in Selenium by Shuvodip
1,115 views
0 votes
1 answer

Different types of parameterization.

There are two ways in which you ...READ MORE

Dec 28, 2018 in Selenium by Rachna
580 views
0 votes
1 answer

exceptionNoSuchElementException when i try to find an element using Class locator

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

Dec 26, 2018 in Selenium by Tanvi
554 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
815 views
0 votes
1 answer

How to Submit HTTP authentication with Selenium python-binding webdriver

I have found a solution to this ...READ MORE

Sep 25, 2018 in Selenium by Meci Matt
• 9,460 points
4,496 views
0 votes
1 answer

What is parameterization?

When you write a software you want ...READ MORE

Dec 28, 2018 in Selenium by Disha
456 views
0 votes
1 answer

How can I get cssSelector of an element?

There are two ways as much as ...READ MORE

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

What's the difference between functions getClass() and getAttribute(“class”) in Selenium?

The simple difference is that, getClass() returns ...READ MORE

Apr 7, 2018 in Selenium by nsv999
• 5,500 points
11,843 views
0 votes
1 answer

How to get status code by using selenium.py (python code)

Unfortunately, Selenium does not provide this information ...READ MORE

Aug 16, 2018 in Selenium by Meci Matt
• 9,460 points
6,142 views
0 votes
2 answers

Finding an element in Selenium

Hi, ​both find_element_by_xpath(xpath) and find_element(By.XPath, xpath) serve the ...READ MORE

Aug 23, 2019 in Selenium by Abha
• 28,140 points
1,131 views
+1 vote
1 answer

How to set chromedriver in selenium ?

System.setProperty("webdriver.chrome.driver","Your\\path\\to\\chromedriver.exe"); WebDriver wd = new ChromeDriver();//create an instance ...READ MORE

Dec 14, 2018 in Selenium by Aniket
885 views
0 votes
1 answer

“NoSuchElementException” using Selenium Webdriver

When you obtain the xpath from object repository ensure ...READ MORE

Jul 27, 2018 in Selenium by Samarpit
• 5,910 points
6,966 views
0 votes
1 answer

Scrolling down in Protractor

You need to wait for the scrolling ...READ MORE

May 24, 2018 in Selenium by sniffy_god
• 780 points
9,709 views
+1 vote
1 answer

What are the similarity between Selenium RC and Selenium Webdriver?

Selenium RC and Webdriver both support the ...READ MORE

Dec 12, 2018 in Selenium by Priyaj
• 58,090 points
937 views
0 votes
1 answer

How to use Implicit wait in selenium?

There are various types of wait in ...READ MORE

Dec 24, 2018 in Selenium by Nabarupa
454 views
0 votes
1 answer

Where can I find good tutorials for Learning selenium?

Here are few of the Youtube playlist ...READ MORE

Dec 20, 2018 in Selenium by Ranjan
626 views
+3 votes
1 answer

How to use wait in selenium java?

There are different types of wait you ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
556 views
0 votes
1 answer

Can we use sendkey for uploading a file?

Yes @User, we can upload a file ...READ MORE

Dec 25, 2018 in Selenium by Shuvodip
394 views
0 votes
1 answer

How to click a span with given text using Selenium Python

If ALL_USA is subject to change, then ...READ MORE

Jul 26, 2018 in Selenium by Samarpit
• 5,910 points
6,926 views
0 votes
1 answer

How to get the XPath of an element?

To get the xpath of an element ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
590 views
+1 vote
1 answer

Can someone explain the meaning of WebDriver wd = new ChromeDriver();?

WebDriver webdriver = new ChromeDriver(); The following simply ...READ MORE

Dec 15, 2018 in Selenium by Aniket
760 views