In this video will see how to run selenium web driver program on“Chrome for Testing (specially designed for automation)” browser or chrome browser which is having version more than 114. Video 1: How to resolve “Response code 500” error in selenium webdriver- Could not create a session error?https://www.youtube.com/watch?v=03db6XdCP1k Video 2:…
Tag: webdriver
How to resolve “org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost”?
In this video we will see how to fix/resolver selenium error “Exception in thread “main” org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:64162/devtools/browser……”. Code:
Selenium: Looping concept, how to implement loop in selenium script?
In this video we will see how to apply loops in order to maintain the code quality. When same action is expected to perform again and again instead of writing same code multiple times better to use loop. I hope you like this video. For any questions, suggestions or appreciation…
Resolve [UnexpectedTagNameException: Element should have been “select” but was “div”] in Selenium?
In this video will see how to resolve selenium error – Exception in thread “main” org.openqa.selenium. UnexpectedTagNameException: Element should have been “select” but was “div”. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Code: Error screenshot:
How to handle browser navigations (Forward/Backward Buttons, close the browser) in Selenium?
In this video will see how to handle different browser window navigations such as how to click on browser backward button, browser forward button, how to maximize/minimize the browser window, How to open the URL, how to navigate to some other url etc. I hope you like this video. For…
How to run Selenium code on Edge Browser (from downloading to invoking the browser)?
In this video will see how to run selenium code on edge browser. Step to Step, right from downloading the edge browser to running the code on edge browser. Just two lines change. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to take CSS Selector/Xpath using regular expression in Selenium?
In this video will see how to take CSS Selector/Xpath using regular expression in Selenium. We need to take regular expression when attribute values are so long or partially change every time. In that case we need to do unique partial match for values with the help of regular expressions….
How to write xpath in Selenium when properties has no unique values?
In this video will see how to take xpath in selenium when there are no unique values are present any element or attribute values are dynamic (changing on every page load). I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
How to check locators directly in the browser without any extra add-on/ plugin for Selenium?
Selenium: In this video we will see how to check locators are correct or not directly in the browser before using it in the code. This will really save the time and effort. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to Resolve/fix session not created Exception i.e. “org.openqa.selenium.SessionNotCreatedException” in Selenium?
This video shows how to fix “Exception in thread “main” org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version xxCurrent browser version is xxx.x.xxxx.xx with binary path C:\xxxx\xxx\Chrome\Application\chrome.exe” I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…