Jump to content
UBot Underground

willyanmoreira

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About willyanmoreira

  • Rank
    Newbie
  • Birthday 08/14/1968

Recent Profile Visitors

1093 profile views
  1. About recaptcha, this site has an option "Captcha Sonoro" to open the normal captcha (this is what im using in my code)
  2. Yes im knew, but the code i need to do is simple, not like the one i post, but its a simple routine When i run, this solve captcha with 2captcha like i said, its a simple code to demonstrate the site problem. When it solve the captcha and load the subsequent page, i try to save browser image and save element image and it brings the captcha page.
  3. cannot change the title of this topic: Get Response From Browser I want to get the status response from an element loading in browser and use it as a variable value There is anyway to do that using some command or plugin?
  4. This is a small version to replicate the problem And i have another question. Why JavaScript is not working when i set background style? Thanks for helping obs: i all browser available in set user agent. set user agent("Internet Explorer 10") set(#path,"C:","Global") navigate("http://www.receita.fazenda.gov.br/pessoajuridica/cnpj/cnpjreva/cnpjreva_solicitacao.asp","Wait") wait for browser event("Everything Loaded",60) wait for browser event("DOM Ready",60) click(<name="captchaSonoro">,"Double Click","No") wait for browser event("Everything Loaded",60) wait for browser event("DOM
  5. Being more specific, that´s the steps im doing: - Navigate URL - Solve Captcha - Click button and load a new page - Save a image from that new page But, When I do that "Save browser image" or "Save element Page" brings me the first page (Captcha page)
  6. Hi! Im trying to save an image from a determinated site. It runs ok, resolving captcha etc. But it save the first Page, i dont know why.
×
×
  • Create New...