-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BiDi] JavaScript Handling (#213) +semver: feature
* Add JavaScripHandling wrapper over JavaScriptEngine functionality * Fix the compilation error, update the code documentation * - Add SetAttribute JsAction - Implement example test to handle DOM mutations * Add localized logging values for JavaScriptHandling methods * - Add PinnedScript extensions and element's JsActions - Add localization logger values for new methods - Implemented tests for PinnedScripts * Implement all tests for JavaScriptHandling functionality: - for adding script callback bindings - for adding initialization scripts - for subscribing to JS exceptions and console API calls Also fix ScriptCallbackBindings property of IJavaScriptEngine
- Loading branch information
Showing
13 changed files
with
907 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
210 changes: 209 additions & 1 deletion
210
Aquality.Selenium/src/Aquality.Selenium/Aquality.Selenium.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.