Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

h2. Abrir o console

  1. Abra o navegador Chrome;
  2. Clique no ícone do menu de Preferências (3 pontos, canto superior direito);
  3. Clique em Mais Ferramentas;
  4. Clique em Ferramentas do Desenvolvedor;
  5. Clique na aba Console no painel que será aberto.

    No Mac: Cmd + Option + J
    No Windows: Ctrl + Shift + J

...

  1. Clique no ícone do menu de Configurações (Engrenagem, canto superior direito do console);
  2. Selecione Preserve log;
  3. Selecione Show Timestamps;
  4. Selecione Log XMLHttpRequests;

-- imagem02 --
-- imagem03 --

h2. Limpar o log do console

  1. Click on the circle icon on the left side of the console panel
  2. The log will be cleared
  3. Recreate the bug you are reportingClique no ícone circular, no lado esquerdo do painel do console;
  4. O log será limpo;
  5. Reproduza o comportamento reportado.

-- imagem04 --

h2. Salvar o log

  1. Highlight the console log text with Ctrl + A for Windows or Cmd + A on Mac
  2. Right click in the Console over the highlighted text
  3. Click Save as...
  4. Save the log as a TXT file (type .txt at the end of the file name)Clique com o botão direito no painel do console;
  5. Clique em "Salvar Como" ou "Save As";
  6. Salve o log como um arquivo TXT (digite .txt no final do nome do arquivo).

-- imagem05 --