Releases: Guikingone/PantherExtension
Releases · Guikingone/PantherExtension
Version 0.4.1
Fix:
PantherDriver::iWaitForElementToBeVisible()&PantherDriver::iWaitForElementToBeVisibleDuring()fixed
Version 0.4.0
Changelog
Core:
WaitContextintroduced- Add a
startedattribute that determine if the driver has been started/stopped. PantherDriver::resetfixed on cookies reset and additional clients resetPantherDriver::createAdditionalClientcore logic moved toPantherTestCaseTraitusage.- Methods added for text "wait strategy"
- Fix on cookies
setandgetmethods - New method
PantherDriver::getSpecificCookiethat allow to search a specific cookie (name, path and domain) - Methods added to set/check if capabilities are available
PantherDriver::getStatusCoderemoved asSymfony\Component\Panther\Clientdoes not support retrieving it
Doc:
- Doc for cookies, screenshot, docker, client, behat and javascript added/improved.
Tests:
- Tests improved for main
PantherDriverlogic. - Tests improved for main
PantherContextlogic. - Tests started for main
WaitContextlogic.
1.0 roadmap:
ClientContextintroduced
Version 0.3.1
Fix:
- The
PantherDriverconstants related to driver instantiation have been moved topublic
Version 0.3.0
Feature:
- Change the default client call to
PantherTestCaseTrait::createPantherClient()thanks to @vincentchalamon
Version 0.2.1
Fix:
- Fix on multiple select (thanks to @nikophil)
Version 0.2.0
Features:
- Additional clients support
- Selenium configuration improved
Version 0.1.0
Initial release