Datatables stateLoadParams not firing when browser is started by Selenium
Datatables stateLoadParams not firing when browser is started by Selenium
Hi. I have been experiencing strange behavior with datatables stateLoadParams callback and Selenium.
If Selenium starts a test and loads a page (in any browser) with this callback, it will not be executed. All other (such as initComplete and so on) do get called.
After some investigation it appears that Selenium creates a browser profile just for the tests.
So my question is: Is there some interaction with browser profiles that will outright stop datatables from calling stateLoadParams? Maybe based off profile permissions?