1. What is Selenium 2 or WebDriver?
2. Eclipse IDE setup and configurations for Selenium WebDriver
3. FireBug and FirePath plug-in for firefox to locate the WebElement
4. How to run the selenium scripts in chrome browser?
5. How to run Selenium Scripts in Internet Explorer?
6. By Locating Mechanism
2. Eclipse IDE setup and configurations for Selenium WebDriver
3. FireBug and FirePath plug-in for firefox to locate the WebElement
4. How to run the selenium scripts in chrome browser?
5. How to run Selenium Scripts in Internet Explorer?
6. By Locating Mechanism
- By.name() method
- By.id() method
- By.tagname() method
- By.classname() method
- By.linkText() method
- By.partialLinkText() method
- By.xpath() method
- By.cssSelector() method
8. How to perform actions on WebElements?
- getAttribute() method
- sendKeys() method
- clear() method
- submit() method
- getCssValue() method
- getLocation() method
- getSize() method
- getText() method
- getTagName() method
- isDisplayed() method
- isEnabled() method
- isSelected() method
- CTRL click to select multiple files?
- moveByOffset method()
- How to click the mouse at Current Location?
- How to click on a WebElement?
- How to clickAndHold at current location?
- How to release the cursor at current location?
- How to release the cursor from current web element location to another web element location?
- moveToElement() method to move the files and folders
- dragAndDropBy() method to drag and drop the files and folders
- Simple dragAndDrop() method to drag and drop the files into folders
- doubleClick at current location
- doubleClick on WebElement - The Second Way
- How to click on context menu using contextClick() method
- contextClick at current location
10. KeyBoard Interactions
- sendKeys() method to give input from keyboard
- How to send keys from keyboard for CTRL + V for COPY/PASTE?
- How to send Keys for CAPS characters using SHIFT key?
- Reference link for all keyboard interactions
- What is DesiredCapabilities?
- Selenium scripts to take Screenshots
- How to save the temporary screenshots into the permanent folder?
- How to write function in JAVA to take screenshot and save into the folder?
- Write selenium scripts with TESTNG annotations to take screenshot
- How to switch among Browser Windows?
- How to Switching among frames?
- How to handle Javascript alerts? Example using accept() method?
- How to handle Javascript alerts? Example using dismiss() method?
- getText() of the popup or alert
- How to navigate back or forward or refresh on the browser?
- implicitlyWait() method to wait time for WebElement load
- How to get attribute value inside a div tags?
- Waiting for WebElements to load
- Explicit wait time for the WebElement until the WebPage is load
12. Profile and Cookies to Bypass Login page
- How to retrieve and add cookies for login activity on selenium scripts?
- How to Load Cookies for login page using Selenium Scripts?
- How to add Firefox Profile to ByPass Login activitiy on Firefox Browser?
- How to add Chrome Profile to ByPass Login activitiy on Chrome Browser?
- How to add the Firebug extension on Firefox Browser?