What is the difference between Selenium core extensions and Selenium IDE extensions? -
i know using js file must use selenium core extension cannot understand selenium ide extension field for?
thanks in advance.
selenium extensions provide way add more functionality/feature selenium per requirements. known selenium user-extensions , selenium custom-extensions.
the concept pretty simple, extend selenium adding own actions, assertions , locator-strategies. add javascript methods selenium object prototype , pagebot object prototype. on startup, selenium automatically through methods on these prototypes, using name patterns recognize ones actions, assertions , locators.
user-extensions can used selenium ide (see this) , selenium rc (see this).
do not confused different names. same concept getting used @ different places, differently.
Comments
Post a Comment