I want to watch changes in a webpage but I don't know how to get a URL to add it to a watcher.
This is how you reach the desired page. First you go to this page. (If you get a Service Temporarily Unavailable error try forcing a reload, Shift+Click Reload or open it in a new page with Alt+Intro)
There are several items beginning with "Convocatoria". Every item has several sections: OPE, Tipo de personal, etc. and then 4 links. The page which you are redirected to when you click the 3rd (Tablón de anuncios) is the one I'm interested in. Choose one (the first, for example) and click Tablón de anuncios.The highlighted part is to be watched, i.e. if there is any line added to the table (only one ATOW).
Inspecting the element (that 3rd link) shows
<a onclick="submitForm('_id2',1,{source:'_id63'});return false;" class="x8w" href="#">Tablón de anuncios</a>
Function submitForm is in https://sede.cordoba.es:4443/seleccion/web-empleo/adf/jsLibs/Common10_1_3_4_0.js (line 2749). If I set a break at the beginning of that function, step by step, I reach line 3013
form.submit();
And this is all I know to do. The page loads but the loaded resources then are pictures, css, js, etc. The only page I see in Network has the same URL as the first (...faces/empleo.jspx).
-
A valid answer would be "This is the URL you need", if you can easily infer how
submitForm('_id2',1,{source:'_id63'})transform into that URL. Or if you explain the path of actions to find it out. -
Or a documented source and an explanation of why this is impossible (without hacking the server or so).
from Watch changes in a .jspx page

No comments:
Post a Comment