What is selenium webdriver and how it help us in software testing process?Webdriver in selenium (http://docs.seleniumhq.org/projects/webdriver/) is an Interface and it is designed […]
“verifyEditable” and “verifyNotEditable” commands are verification commands in selenium IDE and useful to check targeted element is editable or not. You need […]
“shiftKeyDown” and “shiftKeyUp” commands are specially designed for shift key of keyboard. Selenium IDE has many commands related to keyboard keys(Example : […]
“verifySelectOptions”, “verifySelectedLabel” and “verifySelectedIndex” commands works with drop down list box or multi select list box. Let me explain all of three […]