Sometimes you need to take tricky actions on software web application page. Selenium webdriver software testing tool do not have any direct method to perform such tricky actions. So you need to use some tricks in your webdriver test script to perform some actions on software web application page. Bellow given links will show you some tricks using which you can perform complex actions In selenium webdriver tests very easily.
- How To Get X Y Coordinates Of Element
- How To Get Height And Width Of Element
- How To Capture Element Screenshot
- How To Disable JavaScript Using Custom Profile
- Selecting Checkbox Using Position() and last() Functions In XPath
- Select Checkbox From Table using Preceding/Following Sibling
- Set/Get Window Position And Size In Selenium Test
- Handling Stale Element Reference Exception In Selenium
- Scroll Down-Up Web Page In Selenium Webdriver
- Verify Scroll Present On Browser In Selenium WebDriver Test
- How To Record Selenium WebDriver Test Execution Video
- Zoom In And Zoom Out Page In Selenium Test
- Wait For Page To Load/Ready In Selenium
- Capture Page JavaScript Errors Using WebDriver
- Open New Tab And Switching Between Tabs In WebDriver
- Switching between Iframes In webdriver
- Handle SSL Certificate Error In FF For Selenium WebDriver
- Set Proxy Settings In Selenium WebDriver
- Automating Pie Chart In Selenium WebDriver
- WebDriver Element Locator Add-On To Get XPath
- Closing All Tabs Using Robot Class In Selenium
- Data Driven Test Using CSV File In Selenium
No comments:
Post a Comment