<a href="javascript:__doPostBack('ctl00$maincontent$FunctionalityProjektTabContainer$KorespondencjaTabPanel$KorespondencjaTab$KorespondencjaTabContainer$PrzychodzaceTabPanel$PrzychodzaceControlGrid$KorespondencjaGridView','Sort$NumerOdbiorcy')">Numer pisma</a>
While trying to save page object nothing is generated and following error is visible on Javascript console:
extensions::uncaught_exception_handler:8 Error in event handler for runtime.onMessage: SyntaxError: Failed to execute 'querySelectorAll' on 'Document': 'a[href='javascript:__doPostBack('ctl00$maincontent$FunctionalityProjektTabContainer$WnioskiPlatnoscTabPanel$WnioskiPlatnoscTab$UmowyGridView$ctl03$WnioskiOPlatnoscGridView','Sort$NumerWniosku')']' is not a valid selector.
My application has following HTML element:
<a href="javascript:__doPostBack('ctl00$maincontent$FunctionalityProjektTabContainer$KorespondencjaTabPanel$KorespondencjaTab$KorespondencjaTabContainer$PrzychodzaceTabPanel$PrzychodzaceControlGrid$KorespondencjaGridView','Sort$NumerOdbiorcy')">Numer pisma</a>
While trying to save page object nothing is generated and following error is visible on Javascript console: