WebDriver Commands Used in Selenium
Basic Selenium Commands: Open a URL Get Method: The driver.get() method is used to navigate the web page by passing
Continue readingBasic Selenium Commands: Open a URL Get Method: The driver.get() method is used to navigate the web page by passing
Continue readingOpening URL The URL in Python Selenium is opened or fetched using the driver.get() method of the selenium module. Time
Continue readingThere are times when an id attribute may or may not be present on a web page. If that’s the
Continue readingThe requirement of WebDriver Architecture selenium is to understand the Web-UI automation using selenium WebDrive.For the depth of knowledge of
Continue readingWebDrvier is a collection of related methods. WebElements are buttons, text boxes, checkboxes, drop-down menus, hyperlinks, etc. on a web
Continue readingThere are few concepts that we need to understand about Selenium Architecture Language Binding or Selenium ClienLibrary Selenium API Remote
Continue readingSelenium WebDriver API enables interaction between browsers and browser drivers. Selenium RC Important terms to understand the Selenium RC working
Continue readingWebDriverManager is a class that downloads and sets the browser’s driver binaries automatically like chromedriver.exe, geckodriver.exe, and edgedriver.exe, etc required
Continue readingSelenium is a suite of software tools to automate web browsers. A suite of Software Tools: means a set of
Continue readingSoftware testing is where everything boils. Today’s fast-growing technologies are completely eliminated by machines, and their performance is controlled by
Continue reading