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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -