Sunday, August 19, 2012

Frequently Used Selenium Commands


}selenium.start() - Takes you to the location where selenium server is and runs the server.
}selenium.open() - Takes you to the provied URL/Website address.
}selenium.getTitle() - Get the title of the current browser window.
}selenium.windowFocus() - Get the focus on the current window.
}selenium.windowMaximize() - Maximizes the current window.
}selenium.close() - Close the session

No comments:

Post a Comment

Thanks for your valuable comments