Jump to content
UBot Underground

IE 11 configure browser setting


Recommended Posts

Hi, a page I am trying to scrape on allows for IE11 and then in addition, manually configure trusted sights, compatability, active script etc... what advice can someone make on how to attack this ? is there  an agent configuration tool that can force ubot to open IE with the required settings. or is better to emulate the process of configuring IE in using the ubot click  commands, etc..i have tried changing the useragent to IE10 (highest in ubot)  but it hangs.

 

in addition, the website wants to install shockwave and some other scripting software

 

i assume this is done to slow the ability to scrape..

 

thus far, i have this:

 

set user agent("Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko")
clear cookies
allow javascript("Yes")
allow popups("Yes")
navigate("http://xxx.com/""Wait")  

 

from microsoft blog: this is the correct user agent for ie11 ... but can we add more in the set user agent argument to change the browswer settings.. because when i login to the site using the same user agent, will not allow me click on anything .. it is frozen

 

thanks in advance for your insight

Edited by cd1168
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...