akamai bypass
-
hi
most people asked but not answer
but anyway if anybody knows how can bypass that ill be thanksfull if help
at least using selenium,cuz when a website have akamai , The selenium wont work too,how can do to selenium work while a website have akamai??thanks
-
Akamai collects events like mouse clicks, scrolling, moving around etc. and if it doesn't correspond to a normal user behaviour it won't work even in selenium. Try to use the MOUSEACTION command and see if you can make it work with some delays
-
@Ruri oh good,ill try
tnx
-
@Ruri mouse action command u meant click,clear and... or any something else u mind?
-
@evangel use the click
-
@Why001 hmm not affect
seems even if i manually type it in the selenium page it says error again but when i click on "reload" button,and type everything again it work,its sensivity on reload (how ever not work with "refresh" action in browser action)
-
is there any way to use 'Ctrl+R" in selenium?is any opttion to use 2 key together?
-
If you want to do a CTRL+R is not possible for the moment:
https://forum.openbullet.dev/topic/1130/how-to-selection-all-copie-paste-in-selenium
@evangel
-
@Why001 oh ok thanks,how ever ill look to find way to can bypass this akamai through selenium
also when sometimes "clear" in element wont work,what should do??actually it says executed clear but it wont,(im sure the i choosed right id,name or even xpath)
-
@Evangel When it launches the browser and your code is executed, you see that it doesn't do the action, is that what you're telling me?
If I understood correctly it is its therefore try to add delays because maybe the code executes too quickly
-
@Why001 no sir,
i first use "sendkeybyhuman" and after that use element for "clear",it says executed but acctually field wont get clear
-
@evangel hum I don't really know do you have try simple sendkeys?
-
@Why001 yes ,just clear element after sendkey element
-
No I meant MOUSEACTION, it's a loliscript command you can find docu in the program
-
@evangel This is what Ruri talking about, switch to LoliScript on Stacker and click on Documentation bottom then General Commands ---> Mouse Action