This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'<?xml version="1.0" encoding="ISO-8859-1"?> | |
<html lang="pt-br"> | |
<head> | |
<meta charset="ISO-8859-1"/> | |
<title>Documento:3945</title> | |
<style></style> | |
</head> | |
<body> | |
<article data-id_documento="811759510102491518148013246547" data-cod_documento="3945" data-id_modelo="811730994991877157878450382785" data-temidparagrafos="true"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'<?xml version="1.0" encoding="ISO-8859-1"?> | |
<html lang="pt-br"> | |
<head> | |
<meta charset="ISO-8859-1"/> | |
<title>Documento:3945</title> | |
<style></style> | |
</head> | |
<body> | |
<article data-id_documento="811759510102491518148013246547" data-cod_documento="3945" data-id_modelo="811730994991877157878450382785" data-temidparagrafos="true"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="pt-br" > | |
<head > | |
<link rel="shortcut icon" href="imagens/icons/favicons/favicon.ico" /><input id="url_log_erro_javascript" name="url_log_erro_javascript" type="hidden" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
<meta name="robots" content="noindex" /> | |
<title>:: eproc - DESENVOLVIMENTO - AC - Cadastrar Nova Regra de ATP ::</title> | |
<link rel='stylesheet' charset="utf-8" href='css/dist/bundle-bs4.css?9.11.1'> | |
<link rel='stylesheet' charset="utf-8" href='css/dist/bundle-bs4-contrast.css?9.11.1'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const boletos = [ | |
{ | |
"valor": "119.90", | |
"vencimento": "2022-09-07", | |
"linhadigitavel": "36490.00019 00027.318005 00000.064089 2 00000000011990", | |
"url": "https:\/\/download.gerencianet.com.br\/v1\/273180_1209_BRARRA4\/273180-6408-LEMAL7\/273180-6408-LEMAL7" | |
}, | |
{ | |
"valor": "119.90", | |
"vencimento": "2022-10-09", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from playwright.sync_api import sync_playwright | |
from tkinter import * | |
import tkinter.messagebox | |
import requests | |
import json | |
from datetime import * | |
def save_input(): | |
try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from playwright.sync_api import sync_playwright | |
from tkinter import * | |
import tkinter.messagebox | |
import time | |
def define_scenario(scene): | |
if scene == 'Caso 01 (BR)': # COM SALÁRIO, SEM RESERVISTA > 25 ANOS, BRASILEIRO, CTPS DIGITAL, BOM JESUS - RS | |
return { |