Trending questions in Selenium

+1 vote
1 answer

Selenium errors : element not clickable. Reactjs application

@Faatima, have you tried using Implicit wait ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
2,168 views
0 votes
1 answer

How can I install and setup Pytest framework?

Hey Yashmin, follow these steps to install ...READ MORE

Aug 22, 2019 in Selenium by Anvi
• 14,150 points
5,046 views
0 votes
1 answer

Selenium-Python , find out when a download has completed

There is no built-in to selenium way ...READ MORE

Sep 5, 2018 in Selenium by Meci Matt
• 9,460 points

edited Feb 7, 2020 by Gitika 20,137 views
0 votes
2 answers

What are the different tools that can be used for Security Testing?

Veracode is the best due to banking ...READ MORE

Sep 3, 2020 in Selenium by Sri
• 3,190 points
714 views
0 votes
2 answers

Handling Combo-Box Drop downs in Selenium

Suggestion: Try to mimic the action with ...READ MORE

May 28, 2019 in Selenium by mary
11,486 views
0 votes
1 answer

What are the software requirements to run a Cucumber web test?

Hi Govind, to run a Cucumber Web ...READ MORE

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

Is it possbile to perform page scroll up/down using Robot class in Selenium?

Hey Ashwin, yes it is possible to ...READ MORE

Jul 5, 2019 in Selenium by Anvi
• 14,150 points
6,978 views
0 votes
1 answer

How can I check if Internet connection is established on the system or not using Selenium webdriver?

Hey @Misha, you can use this code ...READ MORE

May 21, 2019 in Selenium by Navin
8,878 views
–1 vote
1 answer

How can I perform Select All method on a webpage using Selenium Webdriver?

@Kashish, normally we use Ctrl+A to perform ...READ MORE

Jun 25, 2019 in Selenium by Scott
7,387 views
0 votes
0 answers

How to use Selenium IDE

Hi, I am new to selenium and have ...READ MORE

Nov 30, 2019 in Selenium by surbhi
• 260 points
2 flags 537 views
0 votes
1 answer

Not able to upload a file in Selenium Webdriver using python Scripting

Hey Srinivas, you can checkout this code ...READ MORE

Sep 10, 2019 in Selenium by Abha
• 28,140 points
3,936 views
0 votes
1 answer

What is threadPoolSize used for @Test methods in TestNG?

Hi Rahul, threadPoolSize tells the TestNG to form a ...READ MORE

Jun 19, 2019 in Selenium by Abha
• 28,140 points
7,534 views
+1 vote
2 answers

How to get the title of a webpage using Selenium Java?

Essentially, driver.getTitle(); function can be used to ...READ MORE

Dec 17, 2018 in Selenium by Vardhan
• 13,190 points
15,323 views
0 votes
1 answer

How to disable pop up and alert windows in Firefox browser using Selenium?

Hey Ranjan, you can use these lines ...READ MORE

May 21, 2019 in Selenium by Abha
• 28,140 points
8,633 views
0 votes
1 answer

What is a Session Id in Selenium Webdriver?

Hey Uruj, in Selenium Webdriver Session ID ...READ MORE

Aug 21, 2019 in Selenium by Abha
• 28,140 points
4,628 views
0 votes
1 answer

Difference between webdriver wait and fluent wait in Selenium Webdriver?

Hi Bunty, WebDriverWait is applied on certain ...READ MORE

Jun 12, 2019 in Selenium by Anvi
• 14,150 points
7,596 views
0 votes
1 answer

Selenium script is unable to took input in java

Hi Amol, can you please share your ...READ MORE

Sep 26, 2019 in Selenium by Abha
• 28,140 points
3,014 views
0 votes
1 answer

How can I select an option from a dropdown using Ruby Selenium Webdriver?

Hey Swasti, you can try following lines ...READ MORE

Aug 26, 2019 in Selenium by Anvi
• 14,150 points
4,315 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,361 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
601 views
0 votes
1 answer

How to Capture Network Traffic and Http Requests From WebDriver?

Hi Rubin, you can use following piece ...READ MORE

Aug 14, 2019 in Selenium by Abha
• 28,140 points
4,713 views
0 votes
1 answer

What is @CacheLookup annotation in PageFactory?

Hey Abhay, PageFactory annotation @CacheLookup is used to ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
6,425 views
0 votes
1 answer

What are the advantage of using testNG?

The main advantage of testNG can be ...READ MORE

Jan 3, 2019 in Selenium by Dyna
14,309 views
+1 vote
1 answer

Python Selenium - Trying to find element by text on page

Hello @User, Here is an example for ...READ MORE

Dec 31, 2018 in Selenium by Priyaj
• 58,090 points
14,381 views
0 votes
1 answer

How to type text into a text field using Ruby Selenium Webdriver?

Hi Lily, to type text into a ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
4,086 views
0 votes
3 answers

How to click the search button using Selenium web driver and Python

You can try with tag. #this code will ...READ MORE

Apr 10, 2019 in Selenium by Matin
15,685 views
0 votes
1 answer

How to check whether a text is underlined or not in a webpage using Selenium Webdriver?

Hey Kamal, you can use following code ...READ MORE

May 31, 2019 in Selenium by Abha
• 28,140 points
7,822 views
0 votes
1 answer

How to pass parameter through testng.xml file to a test case in Selenium Webdriver?

Hello Revathi, to pass parameter through testng.xml ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
7,300 views
+1 vote
1 answer

Explicit Wait with Page Factory is not working as expected

Hey Tewadros, you can use implicit wait ...READ MORE

Oct 14, 2019 in Selenium by Abha
• 28,140 points
1,891 views
+1 vote
1 answer

How to handle a combobox which when clicked open in new window with list of items(to be clicked) in selenium java ?

@Pavithra, you can try using following commands ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
1,250 views
0 votes
2 answers

How to use link as a locator to find element in selenium?

driver.findElement(By.linkText("link")).click(); READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
1,241 views
0 votes
1 answer

Is it possible to stop page loading on browser with Selenium Webdriver?

Hello Kasim, yes it is possible to ...READ MORE

Jun 21, 2019 in Selenium by Anvi
• 14,150 points
6,877 views
0 votes
1 answer

How to Click a Link by href value in Selenium WebDriver?

Hi Ujjwal, you can use following code ...READ MORE

Aug 14, 2019 in Selenium by Abha
• 28,140 points
4,487 views
+1 vote
1 answer

how do I escape the "/" in a textarea for Python3.7 with Selenium

@tchrisev, try using Robot class with following commands after your send_keys() ...READ MORE

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

Please help me with automation script for testing Carousel Rotation with Selenium Webdriver.

Hey Hussain, you can use following lines ...READ MORE

Aug 14, 2019 in Selenium by Abha
• 28,140 points

edited Jul 19, 2023 by Khan Sarfaraz 4,465 views
0 votes
1 answer

Please tell me how to do Automation script using Spring boot in Intelliji Idea

@Ansuri, can you please be more specific ...READ MORE

Nov 4, 2019 in Selenium by Abha
• 28,140 points
1,480 views
0 votes
1 answer

How can I get meta-description of a webpage using Selenium Webdriver?

Hey Sonal, to get the meta-description of ...READ MORE

Jul 23, 2019 in Selenium by Abha
• 28,140 points
5,376 views
+3 votes
1 answer

Automate the login process of facebook login.

Hey @user, you can simply use findelements ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
14,595 views
+2 votes
3 answers

What are the different Locators that can be used to access Web Elements?

@Nitesh, I would like to tell you ...READ MORE

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

What are the advantages of Pytest framework over other test frameworks?

Hello Shanky, Pytest is one of the ...READ MORE

Aug 22, 2019 in Selenium by Abha
• 28,140 points
3,942 views
0 votes
2 answers

Selenium Webdriver Error: org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value'

Facing Error Exception in thread "main" org.openqa.selenium .WebDriverException: unknown ...READ MORE

Mar 5, 2020 in Selenium by anonymous
9,805 views
0 votes
1 answer

How can we read Numeric and String and date format in Excelsheet by using single program

Hey, I have gone through your code. ...READ MORE

Sep 6, 2019 in Selenium by Abha
• 28,140 points
3,249 views
0 votes
1 answer

How to read a JS variable in Selenium Webdriver?

Hi Himanshu, its quite easy to access any ...READ MORE

May 7, 2019 in Selenium by Abha
• 28,140 points
8,513 views
0 votes
1 answer

Which click command can be used to click on a specific part of webpage in Selenium?

Hi Apeksha, in Selenium IDE to click on ...READ MORE

Oct 17, 2019 in Selenium by Devesh
1,472 views
0 votes
1 answer

Is it possible to run Selenium automation scripts with Safari Browser on a Windows machine?

Hi Lokesh, it's not possible to run a ...READ MORE

May 14, 2019 in Selenium by Abha
• 28,140 points
8,196 views
0 votes
1 answer

What are the main disadvantages of using implicit wait in Selenium?

Hey Aaron, the main disadvantage of implicit ...READ MORE

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

How to press Escape key on keyboard using different robot class methods?

Hey Ruby, you can press Escape key ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
5,504 views
0 votes
1 answer

How to open a new browser tab using Ruby Selenium Webdriver?

Hi Utkarsh, you can use JS Executor ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
3,618 views
0 votes
1 answer

How can I find broken or invalid images on a webpage using Webdriver?

Hey @Lucy, to find the broken or ...READ MORE

Jul 3, 2019 in Selenium by Junaid
5,920 views
0 votes
1 answer

i have a error in automation

Instead of using Xpath, can you use ...READ MORE

Oct 15, 2019 in Selenium by Abha
• 28,140 points
1,413 views