Trending questions in Selenium

0 votes
1 answer

what purpose we have use selinum?

Selenium is an open source tool which ...READ MORE

Jan 31, 2019 in Selenium by Priyaj
• 58,090 points
409 views
0 votes
2 answers

How to handle dropdowns in selenium?

Hey @Rishab, you can take a look ...READ MORE

Jan 23, 2019 in Selenium by Priyaj
• 58,090 points
708 views
0 votes
1 answer

Error while executing selenium code

Hey @Sradha, First thing that I would ...READ MORE

Dec 28, 2018 in Selenium by Nabarupa
1,820 views
0 votes
2 answers

How to open a link in a new tab?

try this :- driver.findElement(By.linkText("Business")).sendKeys(K ...READ MORE

Jan 11, 2019 in Selenium by kaloo
1,170 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
873 views
0 votes
1 answer

System.setProperty (String,String) is showing System is not applicable for the arguments

You are correct that it requires (String,String) ...READ MORE

Dec 26, 2018 in Selenium by Rashmi
1,826 views
0 votes
1 answer

How to run test case using TestNG

I am assuming that you want to ...READ MORE

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

What are the different components of Selenium?

Selenium is a testing tool and comprises ...READ MORE

Jan 8, 2019 in Selenium by Fuji
1,264 views
0 votes
1 answer

Debug tests in Selenium

The tests could be debugged in such ...READ MORE

Jan 9, 2019 in Selenium by Prawin
1,218 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
835 views
0 votes
1 answer

Need to scroll down for locating an Element with Selenium

There are a couple of options for ...READ MORE

Apr 21, 2018 in Selenium by king_kenny
• 3,710 points
12,560 views
0 votes
1 answer

Find broken link in a webpage using selenium

You have to follow these steps to ...READ MORE

Jan 8, 2019 in Selenium by Sona
1,210 views
0 votes
1 answer

Why we assign firefox instance to webdriver?

Webdriver is an interface, not a class. ...READ MORE

Jan 23, 2019 in Selenium by Frankie
• 9,830 points
543 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
581 views
0 votes
2 answers

Unable to switch back to default frame

Hi Shubham, you can switch to a ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
2,257 views
0 votes
1 answer

What are the skills required for getting job of a PaaS Solution Architect?

The skills required for getting the job ...READ MORE

Jan 11, 2019 in Selenium by rajesh
985 views
+1 vote
1 answer

Auto suggest text box in selenium webdriver

You must enter a value to suggest ...READ MORE

Jul 27, 2018 in Selenium by Samarpit
• 5,910 points
8,156 views
+1 vote
1 answer

Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms.

This issue generally happens due to incompatibility ...READ MORE

Jun 1, 2018 in Selenium by bits1
• 120 points
10,559 views
0 votes
3 answers

Refresh browser using selenium

Try navigate().to(driver.getCurrentUrl()). Works like charm. READ MORE

Jan 8, 2019 in Selenium by Mohan
963 views
+1 vote
1 answer

How can I automate the process of login to Edureka's community website?

It is similar to automating the process ...READ MORE

Dec 19, 2018 in Selenium by Tarun
1,778 views
0 votes
1 answer

What are the alternatives for selenium?

Selenium is not an independent tool, you ...READ MORE

Jan 5, 2019 in Selenium by Suchi
1,103 views
+1 vote
1 answer

Getting error while inspecting the search box in google.

By looking at your error it seems ...READ MORE

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

How can I handle certificates when testing pages with Selenium?

In Firefox, you should set 'accept_untrusted_certs' of ...READ MORE

May 8, 2018 in Selenium by king_kenny
• 3,710 points
11,508 views
0 votes
1 answer

How Appium works in Andriod?

Appium is an open source test automation tool ...READ MORE

Jan 18, 2019 in Selenium by Frankie
• 9,830 points
495 views
0 votes
1 answer

Reading text using selenium webdriver XPath

I don't know about how to do ...READ MORE

Aug 9, 2018 in Selenium by Meci Matt
• 9,460 points
7,471 views
0 votes
0 answers

Conditions with ExplicitWait in selenium

What are the different conditions with ExplicitWait ...READ MORE

Jan 21, 2019 in Selenium by Rishab
• 1,490 points
356 views
0 votes
2 answers

How different/ similar are Protractor and Selenium? Which is better?

Protractor and Selenium both are used to ...READ MORE

Jun 9, 2019 in Selenium by Amod Mahajan
3,631 views
0 votes
1 answer

Make sure that browser opened by webdriver is always in focus

The following should work: ((JavascriptExecutor) webDriver).execut ...READ MORE

Sep 24, 2018 in Selenium by Meci Matt
• 9,460 points
5,451 views
0 votes
1 answer

Locating child nodes in selenium WebDriver

In this situation you can try doing ...READ MORE

May 24, 2018 in Selenium by Meci Matt
• 9,460 points
10,716 views
0 votes
1 answer

How can I click on male tag in facebook using selenium?

There is an approach for locating an ...READ MORE

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

What is the best way of writing TestNG rules?

There is no such best way but ...READ MORE

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

How to use partial link text in selenium?

Okay so talking about  LinkText: You need to ...READ MORE

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

Get coordinates or dimensions of element with Python using Selenium WebDriver

WebElements have the properties such as .size and .location. ...READ MORE

Jul 11, 2018 in Selenium by Meci Matt
• 9,460 points
8,600 views
0 votes
2 answers

How to solve the error while connecting real iOS device with Appium server?

Run Command 'ideviceinstaller in Terminal and found ...READ MORE

May 14, 2019 in Selenium by Siddharth
2,317 views
0 votes
1 answer

Mouse gestures supported by selenium

Selenium supports different mouse actions, such as: click(WebElement ...READ MORE

Jan 8, 2019 in Selenium by Shuvodip
715 views
0 votes
1 answer

Handle AJAX in selenium

AJAX allows the Web page to retrieve ...READ MORE

Jan 9, 2019 in Selenium by Nabo
673 views
0 votes
1 answer

Program terminating with error.

This error you got is because your ...READ MORE

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

Can Selenium webdriver attach to already open browser window?

Nope, it can't be done. It's one ...READ MORE

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

How to enter password in the password textbox using ID locator in facebook?

Here as you can see that the ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
1,527 views
+4 votes
1 answer

How can ID used as a locator to enter an email-id in gmail?

You can use the id field of ...READ MORE

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

Getting error while giving a string input to google search in selenium java.

The two possible solution to the problem ...READ MORE

Dec 14, 2018 in Selenium by Nabarupa
1,628 views
0 votes
1 answer

How to find element using classname and tagname using selenium webdriver?

Use the below code or you can ...READ MORE

Apr 17, 2018 in Selenium by king_kenny
• 3,710 points
12,083 views
0 votes
1 answer

Python or Java for selenium?

According to me Python is better for using selenium. ...READ MORE

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

How to resolve Pycharm Referenced Error with Import Selenium Web driver?

Below will help: Pycharm > Preferences > Project ...READ MORE

Jun 26, 2018 in Selenium by Samarpit
• 5,910 points
9,037 views
0 votes
0 answers

Not finding the element on the webpage

I apologize if this is my second ...READ MORE

Jan 1, 2019 in Selenium by Sebastian
• 180 points
922 views
0 votes
2 answers

Can anyone help me that how to run Selenium WebDriver test cases in Chrome?

You first need to download chrome driver ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
1,682 views
0 votes
1 answer

What is a keyword driven framework?

The keyword driven framework is a methodology ...READ MORE

Jan 9, 2019 in Selenium by Disha
522 views
0 votes
1 answer

Error: org.openqa.selenium.ElementNotInteractableException

Try to use javascriptExecutor to click the ...READ MORE

Jul 30, 2018 in Selenium by Samarpit
• 5,910 points
7,529 views
0 votes
1 answer

TestNG and Junit

No, testNG is better than JUnit. Here ...READ MORE

Jan 8, 2019 in Selenium by Nabarupa
547 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
818 views