Category: Selenium
-
My Successful Selenium Tutorial and Training Journey – Experience Sharing!
This post is Special- I would like to share the experiences of my Super Successful Selenium tutorial and Selenium training journey by revealing all the homework I have done behind the scenes to bring this Top notch Course for novice users across the world and impacting their career for the better. Significance of automation testing –…
-
How to use Marionette Driver in Selenium for Firefox browser
Marionette Driver: – We are having ChromeDriverServer and IEDriverServer executables for chrome and Internet Explorer browsers respectively, but for Firefox Browser – we didn’t have similar executable(Firefox driver was included in the selenium-server-stanalone.jar available in the downloads. The driver comes in the form of an xpi (firefox extension) which is added to the firefox profile…
-
How to Handle Multiple Frames in Selenium WebDriver
Here is the example of multiple frames in a web page and how to interact with them. There is three overloaded frame () methods, to switch to the frame. How to decide when to use which method??? If it’s a static web page and so frame elements are, then zero-based index [frame(int index)] locating strategy…