How to click this button from a webpage

wesley14

Board Regular
Joined
Dec 8, 2011
Messages
74
Code:
    class="urPagDummy urBtnIco urSTbvBtnPgDown" onkeydown="if 
    (sapUrMapi_Image_checkClick('htmlb_1452_htmlb_1436_72',event)){return htmlbDoEvent
    (this,'S','_dflt','32','htmlb_1452_htmlb_1436',72,33,'',5,'pageDown','1','20','29','L')

I believe this is the html of the button from the webpage, I want to click is the page down button.


I have tried looping through all links and then clicking the links one by one to see who is the pagedown button in the page but surprisingly, the link of the page down button is not there.. I also tried executing the javascript *******?? but I don't have any idea if I did it correctly








Appreciate the help!
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
when I use the developer option in internet explorer, and then click by the element selection this is what it points:
Code:
"img tabIndex="0" class="urPagDummy urBtnIco urSTbvBtnPgDown" onkeydown="if (sapUrMapi_Image_checkClick('htmlb_2559_htmlb_2521_72',event)){return htmlbDoEvent(this,'S','_dflt','32','htmlb_2559_htmlb_2521',72,33,'',5,'pageDown','1','20','40','L');}" *******="if (sapUrMapi_Image_checkClick('htmlb_2559_htmlb_2521_72',event)){return htmlbDoEvent(this,'S','_dflt','32','htmlb_2559_htmlb_2521',72,33,'',5,'pageDown','1','20','40','L');}" alt="" src="/htmlb/mimes/common/1x1.gif" border="0" tp="NXTPG" ti="0"/>"
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,547
Messages
6,120,139
Members
448,948
Latest member
spamiki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top