Search Results for: css
findElement() And findElements() Methods in Selenium WebDriver
A website is a collection of web pages and every webpage may contain multiple elements like buttons, text boxes, calendars, checkboxes, texts, links, headers etc. These elements are categorized as web elements in general. These elements are used to create the structure of a web page and to present some specific information. Let’s see a…
Read More “findElement() And findElements() Methods in Selenium WebDriver” »
Missing Firebug? ‘Rūto’ is On The Way ==>
Firebug was an open source firefox browser extension which was generally used by front end automation tester to get Css and XPath easily of a Web element. But firebug has been deprecated. Wiki page of firebug says:- Firebug has been deprecated in favor of the integrated developer tools added to Firefox itself, whose functionality has…
Handling Bootstrap Tooltips In Selenium Webdriver
Hello Folks, In this post, we will learn: What is tooltip? How to create a bootstarp tooltip? how to handle bootstrap tool tip in selenium webdriver? What is Tooltip? Tooltip is an information about some web element which appears when user moves cursor on that web element if tool tip is assigned to that web…
Read More “Handling Bootstrap Tooltips In Selenium Webdriver” »
Tools To Find XPath In Chrome Browser
Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this post, we will learn tools to find XPath in Chrome browser. Finding XPath without any tools: You can find XPath and CSS selector of any web element in chrome browser without any tools as well….
Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver?
Hello Folks, We are learning about Page Object Model in selenium in previous posts. This is another part of that. Selenium webdriver has inbuilt page object model which is called Page Factory where we write web elements(Page Objects) with it locators using annotation @FindBy. Does FindBy annotation mandatory for Page Factory? Answer is NO. We…
Read More “Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver?” »
Selenium Quiz
Learn Selenium With Quiz – Basic Level 1 Learn Selenium With Quiz – Basic Level 2 Learn Selenium With Quiz – Basic Level 3 Learn Selenium With Quiz – Basic Level 4 Learn Selenium With Quiz – Basic Level 5 Learn Selenium With Quiz – Basic Level 6 – XPath Learn Selenium With Quiz –…