top of page
Search
Sandeep Tiwari
Jul 23, 20201 min read
Validate pdf data using Selenium Webdriver
Read PDF content to validate its content using PDFbox libraries in Selenium Webdriver
72 views0 comments
Sandeep Tiwari
Apr 30, 20201 min read
POM Concept
While writing a page object method which of the following "method signature" you think is/are correct & Why? public String...
19 views0 comments
Sandeep Tiwari
Apr 30, 20201 min read
How to scroll page in selenium webdriver using Robot Class
Robot rb=new Robot(); rb.keyPress(KeyEvent.VK_PAGE_DOWN); rb.keyRelease(KeyEvent.VK_PAGE_DOWN);
8 views0 comments
Sandeep Tiwari
Apr 29, 20201 min read
How to check an AutoIt Script passed or failed in selenium webdriver
The following code will run an AutoIt script i.e. CreateNew.exe Process p=Runtime.getRuntime().exec(“exeFiles\\CreateNew.exe”);...
14 views0 comments
bottom of page