Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

March 2018 – Make Selenium Easy

Posted on 10/28/2019 By admin

Hello People, Some days ago, I was running my regression automation suite and found webdriver is not able to launch browser. I was getting some socket exception. Whenever I face such situation, I just try to update browser version, browser driver version and selenium jar file version. Versioning non-compatibility is major issue in Selenium for […]

Hello Folks, In last post, we learnt how to upload a file using selenium webdriver. In this post , we will learn how JavaScript can help you in uploading a file when selenium webdriver fails to do so. I was working on an angular application where I need to upload a profile picture. I was […]

Hello Folks, In this post we will learn how can we upload a file using selenium webdriver. Sometimes we encounter scenarios where we need to upload a file to proceed further. A file upload web elements looks like as below: You need to click on “Choose File” button which opens up File explorer and you […]

Hello Folks, It is asked in interviews sometimes about alternative of sendKeys() method in selenium webdriver. We will see the same thing here. Javascript is the alternative for sendKeys method. First basic question why we would require alternative of sendKeys? You must have encountered some text box which is nested and selenium is not able […]

Hello Folks, In previous posts, we have seen scrolling a page by pixels using scroll, scrollTo or scrollBy methods. All these methods accept co-ordinates. These co-ordinates must be known in advance to scroll perfectly which is not possible all the times. If your script is running at different screen sizes, you can not use same […]

Hello Folks, When we capture screenshot using “TakesScreenshot” interface in selenium webdriver, it captures only visible area of webpage in browser, not entire web page. Sometimes, you need to capture entire web page for test result proof or for validation at later stage. In this post, I will explain how can we capture a web […]

Hello Folks, In last post, we have learnt to scroll a web page by pixels. In this post, we will see how to scroll a web page , page by page. What is page in Web page? Follow below steps: Open browser and load url “http://www.makeseleniumeasy.com/“. Wait till page is loaded. Now press Key “Page […]

Hello Folks, In last post, we learnt about methods of Javascript which are used to scroll a web page. In this post, we will see usage of those methods in selenium webdriver. Scroll web page using scrollTo method: Selenium webdriver provides an inbuilt method called executeScript to execute any javascript command. We will use same methods […]

Hello Folks, While automating, you may encounter issues as below: Element is not clickable, other element would receive click. Screenshot of required web element is not captured. Element is not visible while element is present in DOM. Unable to capture screen of whole web page vertically or horizontally. All these problems could be solved using […]

Uncategorized

Post navigation

Previous Post: March 19, 2018 – Make Selenium Easy
Next Post: October 5, 2017 – Make Selenium Easy

Related Posts

Hierarchy of Selenium Classes and Interfaces – Make Selenium Easy Uncategorized
October 20, 2018 – Make Selenium Easy Uncategorized
ReScrollBy500 – Make Selenium Easy Uncategorized
July 30, 2018 – Make Selenium Easy Uncategorized
jsonassert tutorials Uncategorized
ResponseFormat – Make Selenium Easy Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark