-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEAT: The enable cookies option for JavaScriptBuilderElement is now configurable per-request. #40
Conversation
…onfigurable per-request. Adding the query parameter fod-js-enable-cookies will override the option supplied to the element at construction. This PR closes #109
Unit Tests - Ubuntu_Python_3.858 tests 58 ✅ 16s ⏱️ Results for commit 9348a84. |
Unit Tests - Ubuntu_Python_3.1158 tests 58 ✅ 9s ⏱️ Results for commit 9348a84. |
Unit Tests - Ubuntu_Python_3.1058 tests 58 ✅ 12s ⏱️ Results for commit 9348a84. |
Integration Tests - Ubuntu_Python_3.1026 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Integration Tests - Ubuntu_Python_3.826 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Integration Tests - Ubuntu_Python_3.1126 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Unit Tests - Ubuntu_Python_3.1258 tests 58 ✅ 21s ⏱️ Results for commit 9348a84. |
Unit Tests - Ubuntu_Python_3.958 tests 58 ✅ 26s ⏱️ Results for commit 9348a84. |
Integration Tests - Ubuntu_Python_3.1226 tests 26 ✅ 2s ⏱️ Results for commit 9348a84. |
Integration Tests - Ubuntu_Python_3.926 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Unit Tests - macOS_Python_3.1258 tests 58 ✅ 10s ⏱️ Results for commit 9348a84. |
Integration Tests - macOS_Python_3.1226 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Unit Tests - macOS_Python_3.1058 tests 58 ✅ 8s ⏱️ Results for commit 9348a84. |
Integration Tests - macOS_Python_3.1026 tests 26 ✅ 2s ⏱️ Results for commit 9348a84. |
Unit Tests - Windows_Python_3.1158 tests 58 ✅ 17s ⏱️ Results for commit 9348a84. |
Unit Tests - Windows_Python_3.958 tests 58 ✅ 30s ⏱️ Results for commit 9348a84. |
Unit Tests - macOS_Python_3.1158 tests 58 ✅ 12s ⏱️ Results for commit 9348a84. |
Unit Tests - Windows_Python_3.1058 tests 58 ✅ 14s ⏱️ Results for commit 9348a84. |
Integration Tests - Windows_Python_3.1126 tests 26 ✅ 2s ⏱️ Results for commit 9348a84. |
Integration Tests - Windows_Python_3.926 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Integration Tests - macOS_Python_3.1126 tests 26 ✅ 2s ⏱️ Results for commit 9348a84. |
Unit Tests - Windows_Python_3.1258 tests 58 ✅ 19s ⏱️ Results for commit 9348a84. |
Integration Tests - Windows_Python_3.1026 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Integration Tests - Windows_Python_3.1226 tests 26 ✅ 2s ⏱️ Results for commit 9348a84. |
Unit Tests - Windows_Python_3.858 tests 58 ✅ 29s ⏱️ Results for commit 9348a84. |
Integration Tests - Windows_Python_3.826 tests 26 ✅ 1s ⏱️ Results for commit 9348a84. |
Adding the query parameter fod-js-enable-cookies will override the option supplied to the element at construction.
This PR closes #109