Latest questions in Selenium

0 votes
1 answer

How to handle IE protected mode zone and zoom level setting in selenium C#

For changing the zoom level you can ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
4,152 views
0 votes
1 answer

What are the major exceptions that occur in Selenium?

There are mostly 5 different types of ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
456 views
0 votes
1 answer

How to refresh in selenium webdriver?

There are multiple methods using which you ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
3,260 views
–1 vote
1 answer

Difference between sleep() and setSpeed() in selenium

Both sleep() and setSpeed() are used to ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
14,131 views
0 votes
2 answers

Alternative of click() in selenium

Depends on your scenario. webDriver click is ...READ MORE

May 6, 2020 in Selenium by Rahul
8,932 views
0 votes
1 answer

Get text of a webelement in selenium

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

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
633 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

Export test cases from Selenium IDE to Selenium webdriver

Open the Test case in Selenium IDE ...READ MORE

Feb 12, 2019 in Selenium by Vascoo
2,399 views
0 votes
1 answer

How to install Selenium IDE?

You can follow the following steps to ...READ MORE

Feb 12, 2019 in Selenium by Vasco
448 views
0 votes
1 answer

Features of Selenium IDE

The other common features of Selenium IDE ...READ MORE

Feb 12, 2019 in Selenium by Esha
993 views
0 votes
1 answer

Difference between an Absolute and Relative URL

Absolute URL means the URL starts with ...READ MORE

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

Difference between CpatureEntireScreenshot and CaptureScreenShot

CaptureEntireScreenshot will capture the screenshot of the ...READ MORE

Feb 11, 2019 in Selenium by Daniel
519 views
0 votes
1 answer

Accessor in Selenium

Accessor is one of the type of ...READ MORE

Feb 11, 2019 in Selenium by Daniel
1,767 views
0 votes
1 answer

What are the types of Assertion in Selenium?

In selenium Assertion is nothing but a ...READ MORE

Feb 11, 2019 in Selenium by Fred
1,949 views
0 votes
1 answer

Verification points in Selenium

There are basically three verification points that ...READ MORE

Feb 11, 2019 in Selenium by Fred
1,547 views
0 votes
1 answer

Supported OS by Selenium IDE

Operating Systems Supported by Selenium IDE are ...READ MORE

Feb 11, 2019 in Selenium by Daniel
1,439 views
0 votes
1 answer

Debug test in Selenium IDE

To debug a test or execute it ...READ MORE

Feb 9, 2019 in Selenium by Ishaan
976 views
0 votes
2 answers

Comment in Selenium IDE

hi, I hope this will help you - ...READ MORE

Feb 21, 2020 in Selenium by surbhi
• 260 points
3,000 views
0 votes
1 answer

What versions of firefox browser is supported by Selenium IDE?

Selenium IDE supports only one browser Mozilla ...READ MORE

Feb 9, 2019 in Selenium by Eshaan
1,274 views
0 votes
1 answer

What are the limitations of Selenium IDE?

Selenium doesn't support the following directly:- Condition statements Error ...READ MORE

Feb 9, 2019 in Selenium by Rajnesh
1,854 views
0 votes
1 answer

What are the abilities of Selenium IDE?

Selenium IDE can perform the following tasks:- Selenium ...READ MORE

Feb 9, 2019 in Selenium by Trish
508 views
0 votes
1 answer

What are the different things that can be automated with selenium?

Selenium can be used to automate the ...READ MORE

Feb 8, 2019 in Selenium by Ram
1,353 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

How to skip a method or a code block in TestNG?

If you want to skip a particular test ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
3,817 views
0 votes
1 answer

How to send ALT/SHIFT/CONTROL key in Selenium WebDriver?

When we generally use ALT/SHIFT/CONTROL keys, we ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
15,160 views
0 votes
1 answer

What is Behaviour driven framework?

Behaviour driven framework follows most of the ...READ MORE

Feb 8, 2019 in Selenium by Ram
436 views
0 votes
1 answer

what is the difference bewteen Data driven framework and Keyword driven framework?

Data-driven framework In this framework, the test case logic ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,077 views
0 votes
2 answers

What are the limitations of Selenium?

Hi Moray, limitations of selenium webdriver are ...READ MORE

Jun 10, 2019 in Selenium by Abha
• 28,140 points
7,660 views
0 votes
1 answer

Error:NoSuchAttributeException in selenium

The most common issue with this error ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,409 views
0 votes
1 answer

Error: NoSuchElementException in Selenium

The problem that I can think of ...READ MORE

Feb 8, 2019 in Selenium by Esha
6,722 views
0 votes
1 answer

Error: InvalidSelectorException in selenium

The error you are getting can be ...READ MORE

Feb 8, 2019 in Selenium by Rahul
4,668 views
0 votes
1 answer

Error: ElementNotSelectableException in Selenium

The main issue I can think of ...READ MORE

Feb 8, 2019 in Selenium by Rishav
2,204 views
0 votes
2 answers

Error:ElementNotVisibleException in selenium

The xpath that you are using is ...READ MORE

Feb 8, 2019 in Selenium by Disha
1,354 views
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
411 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
608 views
0 votes
2 answers

How to Change gmail login page settings

Hey @Suganth, from August 2018, google has ...READ MORE

Feb 6, 2019 in Selenium by Priyaj
• 58,090 points
3,931 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
592 views
0 votes
1 answer

What is the difference between test scenarios, test cases and test script?

Difference between test scenarios and test cases ...READ MORE

Jan 28, 2019 in Selenium by Frankie
• 9,830 points
13,370 views
0 votes
1 answer

How to select value in dropdown using Watir

#clicking the dropdown i.e facebook's DOB browser.select_list(:id,"day").click #clicking the ...READ MORE

Jan 24, 2019 in Selenium by Sashank
1,509 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
544 views
0 votes
1 answer

How to use property file as a object repository in Selenium WebDriver Automation?

Create any file & save it with ...READ MORE

Jan 23, 2019 in Selenium by Frankie
• 9,830 points
3,599 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
2 answers

System.setProperty is not recogonized in Eclipse.

Try adding the selenium jar files to ...READ MORE

Feb 5, 2019 in Selenium by Shashank
• 1,370 points
6,617 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
714 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
357 views
0 votes
1 answer

Handle multiple tabs in a browser using selenium

Selenium has driver.getWindowHandles() and driver.switchTo().window("{windowHandleName}") commands to work with ...READ MORE

Jan 22, 2019 in Selenium by tanisha
4,158 views
0 votes
1 answer

driver.navigate().to("URL") in selenium

driver.get() and driver.navigate().to() are both same just ...READ MORE

Jan 22, 2019 in Selenium by Nisa
7,258 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 Appium works in Andriod?

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

Jan 18, 2019 in Selenium by Frankie
• 9,830 points
497 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