Most viewed questions in Selenium

0 votes
0 answers

Website coming with (ReturnURL=%2Fadmin%2F)

Hi all, When I Try to enter the ...READ MORE

Nov 7, 2020 in Selenium by faha
• 380 points
607 views
+2 votes
0 answers

not able to get child element using parsed element in js function

I wrote below javascript code to fetch ...READ MORE

Dec 21, 2019 in Selenium by navikasingh
• 140 points
607 views
0 votes
1 answer

Some scenarios require reboot computer in the middle of their running

You might have to probably call a command-line ...READ MORE

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

How javascript code can be executed in Selenium Webdriver?

Hey Veena, execute_script is used to execute ...READ MORE

Jul 23, 2019 in Selenium by Anvi
• 14,150 points
606 views
0 votes
0 answers

JSONObject json = new JSONObject(entry.getMessage()); throwing error

Getting the above error when using this: JSONObject ...READ MORE

Jan 30, 2019 in Selenium by Shubham
606 views
+1 vote
0 answers

Want to rotate image infinite on active webpage using java and selenium

Hi I need to rotate image infinite ...READ MORE

Aug 28, 2020 in Selenium by mfarooq
• 130 points
605 views
0 votes
1 answer

Test in parallel with selenium grid 2

You have to register one more node ...READ MORE

Apr 27, 2018 in Selenium by anonymous
605 views
0 votes
0 answers

How to write the results in excel

Hi, Can any one help me to create ...READ MORE

Nov 20, 2019 in Selenium by sundar
• 120 points
604 views
0 votes
0 answers

Could you please help me with some selenium projects along with source code?

I am learning selenium and  I have ...READ MORE

Mar 10, 2019 in Selenium by Mark
601 views
+1 vote
1 answer

how to learn selenium?

Prerequisites. Before learning the concepts of Selenium, ...READ MORE

Feb 7, 2022 in Selenium by Bhavitha
• 1,000 points
597 views
0 votes
1 answer

Can anyone suggest how can I use Explicit wait in my automation test cases using Webdriver?

Hi Inder, you can use Explicit wait ...READ MORE

Jul 23, 2019 in Selenium by Abha
597 views
0 votes
1 answer

geckodriver in selenium webdriver 3.0 beta

Check this out System.setProperty("webdriver.gecko.driver", "pathTogeckodriver"); DesiredCapabilities capabilities = DesiredCapabilities.firefox(); capabilities.setCapability("marionette", ...READ MORE

Apr 9, 2018 in Selenium by Christine
• 15,790 points
596 views
0 votes
1 answer

Browser supported by Selenium 2.0

Below Will help you: Opera: The OperaDriver supports Opera ...READ MORE

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

Isn't it Possible to solve this issue with the latest version like jdk v14?

This might probably indicate a mistake in the ...READ MORE

Jun 5, 2020 in Selenium by kim
593 views
0 votes
1 answer

How ID and Class can be used as a CSS Selector?

Hey Bruce, to identify a web element ...READ MORE

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

While monitoring your project on testing what all things you have to consider ?

The things that has to be taken ...READ MORE

Jan 28, 2019 in Selenium by Frankie
• 9,830 points
591 views
+1 vote
2 answers

How do I make selenium check gmails quota storage and then execute another task in a new tab depending on the value?

Hi, Xpath.gettext try this if this doesn't work ...READ MORE

Oct 20, 2020 in Selenium by Roshni
• 10,520 points
588 views
+1 vote
0 answers

Hello i have written below code to verify title using POM method but i am not able to print please help me

public static void verifytitle() { String Createanewaccounttttt=driver.getTitle(); System.out.println("Title is"+Createanewaccounttttt); String excepted_title="Create ...READ MORE

Sep 24, 2020 in Selenium by Jordan
• 410 points
586 views
+1 vote
1 answer

What is locators used for in selenium?

Locator are used to find and match ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
584 views
+1 vote
1 answer

Throwing Hamcrest exception message while actual and expected are same

Below will help you: Its due to string ...READ MORE

Jun 14, 2018 in Selenium by Samarpit
• 5,910 points
584 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 to get the XPath of an element?

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

Dec 19, 2018 in Selenium by Nabarupa
583 views
0 votes
1 answer

Selenium Alternatives: Is there a tool like Selenium for testing web pages but which does not involve coding.

I'm guessing you've tried Selenium IDE already. ...READ MORE

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

While lunching chrome browser in eclipse in selenium

Hi, @There, set webdriver.chrome.driver instead of webdriver.chromedriver.driver System.setProperty("webdriver.chromedriver.driver", ...READ MORE

Dec 7, 2020 in Selenium by Gitika
• 65,910 points
581 views
0 votes
1 answer

Browser compatibility with selenium for testing forms

To use the old Selenium IDE you need Firefox ...READ MORE

Aug 6, 2018 in Selenium by Samarpit
• 5,910 points
580 views
0 votes
1 answer

What are the features of a good test framework?

The features of a good test framework ...READ MORE

Feb 8, 2019 in Selenium by rishu
579 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
577 views
+1 vote
1 answer

Handling popup using selenium

If you are asking about authentication handling ...READ MORE

Mar 13, 2020 in Selenium by Sirajul
• 59,230 points
574 views
0 votes
1 answer

Is there any way of locating elements based on the text in XPath?

Hey Angad, for locating elements based on ...READ MORE

Jun 24, 2019 in Selenium by Ishad
572 views
0 votes
1 answer

I want to write an Automation Script for browsing and exploring music from a website. How can I do that?

Hey Abhinav, I am sharing this code ...READ MORE

May 27, 2019 in Selenium by Mayank
570 views
0 votes
1 answer

What is Gecko Driver in Selenium?

Hello Nitin, GeckoDriver is a web browser engine ...READ MORE

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

PhantomJS web driver stays in memory

Driver.Dispose(); shouldn't be used to clean up the WebDriver instance.  We ...READ MORE

Jul 10, 2018 in Selenium by Meci Matt
• 9,460 points
566 views
0 votes
0 answers

Close do window

I have the following code driver = webdriver.Chrome(executable_path=r'/home/ruben/Documentos/Robô_Neobux/chromedriver') driver.get(Url) driver.maximize_window() time.sleep(2) Login=driver.find_element_by_id("Kf1").send_keys(Nome_De_Utilizaor) Login=driver.find_element_by_id('Kf2').send_keys(Passoword) time.sleep(15) Login=driver.find_element_by_id('botao_login') Login.click() time.sleep(10) forex ...READ MORE

May 12, 2020 in Selenium by Ruben
• 120 points
564 views
0 votes
1 answer

Newbie here. Can someone please summarize the difference between selenium1 and selenium2?

Selenium 1 included Selenium RC, Selenium IDE ...READ MORE

Apr 18, 2018 in Selenium by king_kenny
• 3,710 points
560 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
557 views
0 votes
1 answer

Executing Test Case in Java

Below is a code for Facebook login ...READ MORE

Apr 27, 2018 in Selenium by Meci Matt
• 9,460 points
557 views
0 votes
1 answer

How to use Selenium IDE ?

There are a couple of good videos ...READ MORE

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

Running a Firebug within Selenium WebDriver (Selenium 2)

Create your profile in code and dynaically ...READ MORE

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

Is it possible to do Database testing by using Selenium Webdriver?

Hey Kanika, Selenium Webdriver is limited to Testing Browser ...READ MORE

May 16, 2019 in Selenium by Anvi
• 14,150 points
555 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

Chropath extension doesnot comes in this webpage

@Faha You have to install that extension READ MORE

Dec 4, 2020 in Selenium by Bindu
552 views
0 votes
1 answer

What are different types of Desired Capabilities methods in Selenium?

Hello Ritvik, some of the desired capabilities ...READ MORE

Jun 26, 2019 in Selenium by Yukta
552 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
552 views
0 votes
1 answer

what is selenium ide?

Selenium IDE (Integrated Development Environment) is primarily ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
551 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
549 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
+1 vote
1 answer

Selenium jar/eclipse

Hey Mateusz, checkout this thread to know ...READ MORE

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

Can anyone tell what are Parametermized Fixtures and what are its usage?

Hey Varhsa, Parameterized Fixtures are used to execute ...READ MORE

Aug 23, 2019 in Selenium by Abha
• 28,140 points
546 views