IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: sei Text: $'''SECRETARIA DE ESTADO DE CULTURA E TURISMO''') THEN WebAutomation.ExtractData.ExtractSingleValue BrowserInstance: sei ExtractionParameters: {[$'''html > body > div:eq(0) > div > div:eq(1) > div:eq(1) > div:eq(1) > iframe > html > body > div:eq(0) > div > div > div:eq(3)''', $'''Own Text''', $''''''] } TimeoutInSeconds: 60 ExtractedData=> texto_analise Text.CropText.CropTextBetweenFlags Text: texto_analise FromFlag: $'''Título''' ToFlag: $'''Município''' IgnoreCase: False CroppedText=> texto_cabecalho Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''Projeto:''' ToFlag: $'''Área''' IgnoreCase: False CroppedText=> titulo_projeto Text.Trim Text: titulo_projeto TrimOption: Text.TrimOption.Both TrimmedText=> titulo_projeto Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''cultural:''' ToFlag: $'''Protocolo''' IgnoreCase: False CroppedText=> area_projeto Text.Trim Text: area_projeto TrimOption: Text.TrimOption.Both TrimmedText=> area_projeto Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''Protocolo Nº:''' ToFlag: $'''Empreendedor''' IgnoreCase: False CroppedText=> protocolo_projeto Text.Trim Text: protocolo_projeto TrimOption: Text.TrimOption.Both TrimmedText=> protocolo_projeto Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''Digital):''' ToFlag: $'''Personalidade''' IgnoreCase: False CroppedText=> empreendedor_projeto Text.Trim Text: empreendedor_projeto TrimOption: Text.TrimOption.Both TrimmedText=> empreendedor_projeto Text.CropText.CropTextAfterFlag Text: texto_cabecalho FromFlag: $'''Representante Legal''' IgnoreCase: False CroppedText=> representante_legal Text.Trim Text: representante_legal TrimOption: Text.TrimOption.Both TrimmedText=> representante_legal /# Região de leitura das datas: Readequação Complementação Planilha orçamentária Execução#/ Text.CropText.CropTextBetweenFlags Text: texto_analise FromFlag: $'''(Art. 129)''' ToFlag: $'''OBSERVAÇÕES''' IgnoreCase: False CroppedText=> texto_datas Text.CropText.CropTextBeforeFlag Text: texto_datas ToFlag: $''' Readequação''' IgnoreCase: False CroppedText=> numero_parecer Text.Trim Text: numero_parecer TrimOption: Text.TrimOption.Both TrimmedText=> numero_parecer IF Contains(numero_parecer, $'''x''', False) THEN Text.CropText.CropTextAfterFlag Text: numero_parecer FromFlag: $'''x''' IgnoreCase: False CroppedText=> numero_parecer Text.Trim Text: numero_parecer TrimOption: Text.TrimOption.Both TrimmedText=> numero_parecer END Text.CropText.CropTextBetweenFlags Text: texto_datas FromFlag: $'''Readequação apresentada em: ''' ToFlag: $'''Complementada''' IgnoreCase: False CroppedText=> data_readequacao Text.Trim Text: data_readequacao TrimOption: Text.TrimOption.Both TrimmedText=> data_readequacao Text.CropText.CropTextAfterFlag Text: texto_datas FromFlag: $'''Complementada em: ''' IgnoreCase: False CroppedText=> data_complementacao Text.Trim Text: data_complementacao TrimOption: Text.TrimOption.Both TrimmedText=> data_complementacao IF Contains(data_complementacao, $'''e''', False) THEN Variables.GenerateDataTableFromCSV.ReadCustomSeparator CSVText: data_complementacao TrimFields: True FirstLineContainsColumnNames: False ReadFieldsAsText: False CustomColumnsSeparator: $''',''' CSVTable=> data_planilha Text.CropText.CropTextAfterFlag Text: data_planilha[0]['Column#2'] FromFlag: $'''e ''' IgnoreCase: False CroppedText=> data_planilha Text.Trim Text: data_planilha TrimOption: Text.TrimOption.Both TrimmedText=> data_planilha ELSE IF NotContains(data_complementacao, $'''e''', False) THEN SET data_planilha TO data_complementacao END Text.CropText.CropTextBetweenFlags Text: texto_analise FromFlag: $'''Apresenta Novo Cronograma de Execução?''' ToFlag: $'''OBSERVAÇÕES''' IgnoreCase: False CroppedText=> texto_execucao Text.CropText.CropTextBetweenFlags Text: texto_execucao FromFlag: $'''Término''' ToFlag: $'''Duração ''' IgnoreCase: True CroppedText=> data_execucao Text.CropText.CropTextAfterFlag Text: data_execucao FromFlag: $''': ''' IgnoreCase: True CroppedText=> data_execucao Text.Trim Text: data_execucao TrimOption: Text.TrimOption.Both TrimmedText=> data_execucao # Região de leitura das ressalvas Text.CropText.CropTextAfterFlag Text: texto_analise FromFlag: $'''Em caso de aprovação pela CEFIC, solicitar como ressalvas:''' IgnoreCase: False CroppedText=> texto_ressalvas IF Contains(texto_ressalvas, $'''Documento assinado''', False) THEN Text.CropText.CropTextBeforeFlag Text: texto_ressalvas ToFlag: $'''Documento''' IgnoreCase: False CroppedText=> ressalvas Text.Trim Text: ressalvas TrimOption: Text.TrimOption.Both TrimmedText=> ressalvas ELSE IF NotContains(texto_ressalvas, $'''Documento assinado''', False) THEN Text.CropText.CropTextBeforeFlag Text: texto_ressalvas ToFlag: $'''Referência''' IgnoreCase: False CroppedText=> ressalvas Text.Trim Text: ressalvas TrimOption: Text.TrimOption.Both TrimmedText=> ressalvas END END IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: sei Text: $'''Ver Critérios de Pesquisa''') THEN WebAutomation.GetDetailsOfWebPage BrowserInstance: sei DetailsType: WebAutomation.DetailsType.Text Details=> texto_pesquisa Text.CropText.CropTextAfterFlag Text: texto_pesquisa FromFlag: $'''resultados''' IgnoreCase: False CroppedText=> numero_doc_analise Text.CropText.CropTextAfterFlag Text: numero_doc_analise FromFlag: $''')''' IgnoreCase: False CroppedText=> numero_doc_analise Text.SplitText.Split Text: numero_doc_analise StandardDelimiter: Text.StandardDelimiter.NewLine DelimiterTimes: 1 Result=> numero_doc_analise WAIT 1 WebAutomation.Click.Click BrowserInstance: sei Control: appmask['Web Page \'h ... 125ca1c8ca\'']['Input text \'txtPesquisaRapida\' 2'] ClickType: WebAutomation.ClickType.LeftClick MouseClick: True WaitForPageToLoadTimeout: 60 MousePositionRelativeToElement: WebAutomation.RectangleEdgePoint.MiddleCenter OffsetX: 0 OffsetY: 0 MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: sei TextToSend: $'''%numero_doc_analise[0]%{Return}''' DelayBetweenKeystrokes: 10 SendTextAsHardwareKeys: False WAIT (WebAutomation.WaitForWebPageContent.WebPageToContainText BrowserInstance: sei Text: $'''SECRETARIA DE ESTADO DE CULTURA E TURISMO''') WebAutomation.ExtractData.ExtractSingleValue BrowserInstance: sei ExtractionParameters: {[$'''html > body > div:eq(0) > div > div:eq(1) > div:eq(1) > div:eq(1) > iframe > html > body > div:eq(0) > div > div > div:eq(3)''', $'''Own Text''', $''''''] } TimeoutInSeconds: 60 ExtractedData=> texto_analise Text.CropText.CropTextBetweenFlags Text: texto_analise FromFlag: $'''Título''' ToFlag: $'''Município''' IgnoreCase: False CroppedText=> texto_cabecalho Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''Projeto:''' ToFlag: $'''Área''' IgnoreCase: False CroppedText=> titulo_projeto Text.Trim Text: titulo_projeto TrimOption: Text.TrimOption.Both TrimmedText=> titulo_projeto Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''cultural:''' ToFlag: $'''Protocolo''' IgnoreCase: False CroppedText=> area_projeto Text.Trim Text: area_projeto TrimOption: Text.TrimOption.Both TrimmedText=> area_projeto Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''Protocolo Nº:''' ToFlag: $'''Empreendedor''' IgnoreCase: False CroppedText=> protocolo_projeto Text.Trim Text: protocolo_projeto TrimOption: Text.TrimOption.Both TrimmedText=> protocolo_projeto Text.CropText.CropTextBetweenFlags Text: texto_cabecalho FromFlag: $'''Digital):''' ToFlag: $'''Personalidade''' IgnoreCase: False CroppedText=> empreendedor_projeto Text.Trim Text: empreendedor_projeto TrimOption: Text.TrimOption.Both TrimmedText=> empreendedor_projeto Text.CropText.CropTextAfterFlag Text: texto_cabecalho FromFlag: $'''Representante Legal''' IgnoreCase: False CroppedText=> representante_legal Text.Trim Text: representante_legal TrimOption: Text.TrimOption.Both TrimmedText=> representante_legal /# Região de leitura das datas: Readequação Complementação Planilha orçamentária Execução#/ Text.CropText.CropTextBetweenFlags Text: texto_analise FromFlag: $'''(Art. 129)''' ToFlag: $'''OBSERVAÇÕES''' IgnoreCase: False CroppedText=> texto_datas Text.CropText.CropTextBeforeFlag Text: texto_datas ToFlag: $''' Readequação''' IgnoreCase: False CroppedText=> numero_parecer Text.Trim Text: numero_parecer TrimOption: Text.TrimOption.Both TrimmedText=> numero_parecer IF Contains(numero_parecer, $'''x''', False) THEN Text.CropText.CropTextAfterFlag Text: numero_parecer FromFlag: $'''x''' IgnoreCase: False CroppedText=> numero_parecer Text.Trim Text: numero_parecer TrimOption: Text.TrimOption.Both TrimmedText=> numero_parecer END Text.CropText.CropTextBetweenFlags Text: texto_datas FromFlag: $'''Readequação apresentada em: ''' ToFlag: $'''Complementada''' IgnoreCase: False CroppedText=> data_readequacao Text.Trim Text: data_readequacao TrimOption: Text.TrimOption.Both TrimmedText=> data_readequacao Text.CropText.CropTextAfterFlag Text: texto_datas FromFlag: $'''Complementada em: ''' IgnoreCase: False CroppedText=> data_complementacao Text.Trim Text: data_complementacao TrimOption: Text.TrimOption.Both TrimmedText=> data_complementacao IF Contains(data_complementacao, $'''e''', False) THEN Variables.GenerateDataTableFromCSV.ReadCustomSeparator CSVText: data_complementacao TrimFields: True FirstLineContainsColumnNames: False ReadFieldsAsText: False CustomColumnsSeparator: $''',''' CSVTable=> data_planilha Text.CropText.CropTextAfterFlag Text: data_planilha[0]['Column#2'] FromFlag: $'''e ''' IgnoreCase: False CroppedText=> data_planilha Text.Trim Text: data_planilha TrimOption: Text.TrimOption.Both TrimmedText=> data_planilha ELSE IF NotContains(data_complementacao, $'''e''', False) THEN SET data_planilha TO data_complementacao END Text.CropText.CropTextBetweenFlags Text: texto_analise FromFlag: $'''Apresenta Novo Cronograma de Execução?''' ToFlag: $'''OBSERVAÇÕES''' IgnoreCase: False CroppedText=> texto_execucao Text.CropText.CropTextBetweenFlags Text: texto_execucao FromFlag: $'''Término''' ToFlag: $'''Duração ''' IgnoreCase: True CroppedText=> data_execucao Text.CropText.CropTextAfterFlag Text: data_execucao FromFlag: $''': ''' IgnoreCase: True CroppedText=> data_execucao Text.Trim Text: data_execucao TrimOption: Text.TrimOption.Both TrimmedText=> data_execucao # Região de leitura das ressalvas Text.CropText.CropTextAfterFlag Text: texto_analise FromFlag: $'''Em caso de aprovação pela CEFIC, solicitar como ressalvas:''' IgnoreCase: False CroppedText=> texto_ressalvas IF Contains(texto_ressalvas, $'''Documento assinado''', False) THEN Text.CropText.CropTextBeforeFlag Text: texto_ressalvas ToFlag: $'''Documento''' IgnoreCase: False CroppedText=> ressalvas Text.Trim Text: ressalvas TrimOption: Text.TrimOption.Both TrimmedText=> ressalvas ELSE IF NotContains(texto_ressalvas, $'''Documento assinado''', False) THEN Text.CropText.CropTextBeforeFlag Text: texto_ressalvas ToFlag: $'''Referência''' IgnoreCase: False CroppedText=> ressalvas Text.Trim Text: ressalvas TrimOption: Text.TrimOption.Both TrimmedText=> ressalvas END END # [ControlRepository][PowerAutomateDesktop] { "ControlRepositorySymbols": [ { "IgnoreImagesOnSerialization": false, "Repository": "{\r\n \"Screens\": [\r\n {\r\n \"Controls\": [\r\n {\r\n \"AutomationProtocol\": \"uia3\",\r\n \"ScreenShot\": null,\r\n \"ElementTypeName\": \"Input text\",\r\n \"InstanceId\": \"b36e72ba-ac31-4643-a9b3-7532c0ae76af\",\r\n \"Name\": \"Input text 'txtPesquisaRapida' 2\",\r\n \"SelectorCount\": 1,\r\n \"Selectors\": [\r\n {\r\n \"CustomSelector\": null,\r\n \"Elements\": [\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Body 'GOVERNO DO ESTADO DE MINAS GERAIS Versão d ... otstrap(\\\"procedimento_trabalhar\\\") Processo'\",\r\n \"Tag\": \"body\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"vh-100 vw-100 d-flex flex-column m-0 border-0\"\r\n },\r\n {\r\n \"Ignore\": false,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"divInfraAreaGlobal\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Div 'GOVERNO DO ESTADO DE MINAS GERAIS Versão d ... otstrap(\\\"procedimento_trabalhar\\\") Processo'\",\r\n \"Tag\": \"div\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \" navbar navbar-expand-md infraBarraNavegacao infraCorBarraSistema p-0\"\r\n },\r\n {\r\n \"Ignore\": false,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"navInfraBarraNavegacao\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Navigation 'GOVERNO DO ESTADO DE MINAS GERAIS Versão d ... dos Santos (08605518650/SEJUSP) Configurações Sair'\",\r\n \"Tag\": \"nav\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"flex-column w-100 h-100 infraBarraSistema\"\r\n },\r\n {\r\n \"Ignore\": false,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"divInfraBarraSistema\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Div 'GOVERNO DO ESTADO DE MINAS GERAIS Versão d ... dos Santos (08605518650/SEJUSP) Configurações Sair'\",\r\n \"Tag\": \"div\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"navbar m-0 p-0 infraCorBarraSistema collapse navbar-collapse align-self-center infraBarraSistemaPadrao\"\r\n },\r\n {\r\n \"Ignore\": false,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"divInfraBarraSistemaPadrao\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Div 'SECULT/IFC Controle de Processos Novidades Raphael Pereira dos Santos (08605518650/SEJUSP) Configurações Sair'\",\r\n \"Tag\": \"div\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"navbar-nav flex-grow-1 justify-content-end infraBarraSistemaPadraoD p-3 p-md-0\"\r\n },\r\n {\r\n \"Ignore\": false,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"divInfraBarraSistemaPadraoD\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Div 'SECULT/IFC Controle de Processos Novidades Raphael Pereira dos Santos (08605518650/SEJUSP) Configurações Sair'\",\r\n \"Tag\": \"div\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"nav-item px-1 media d-flex py-md-0 \"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Div\",\r\n \"Tag\": \"div\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Action\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"https://www.sei.mg.gov.br/sei/controlador.php?acao=protocolo_pesquisa_rapida&infra_sistema=100000100&infra_unidade_atual=110002496&infra_hash=9c54eede8976741d3de87c0cae127da3adfcaf9180908ad009d9fafd013ede3f\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"form-inline align-self-center w-100\"\r\n },\r\n {\r\n \"Ignore\": false,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"frmProtocoloPesquisaRapida\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Method\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"post\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Name\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Form 'frmProtocoloPesquisaRapida'\",\r\n \"Tag\": \"form\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"input-group\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": true,\r\n \"Name\": \"Div\",\r\n \"Tag\": \"div\"\r\n },\r\n {\r\n \"Attributes\": [\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Checked\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"false\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"form-control\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Disabled\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"false\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"FormAction\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"FormMethod\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": false,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Id\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"txtPesquisaRapida\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Max\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Min\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Name\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"txtPesquisaRapida\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": true,\r\n \"Name\": \"Ordinal\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": 0\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"ReadOnly\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"false\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Required\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"false\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Src\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Step\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Type\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"text\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"Name\": \"Value\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"91914367\"\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": false,\r\n \"Name\": \"Input text 'txtPesquisaRapida'\",\r\n \"Tag\": \"input\"\r\n }\r\n ],\r\n \"Ignore\": false,\r\n \"ImageSelector\": null,\r\n \"IsCustom\": false,\r\n \"IsImageBased\": false,\r\n \"IsWindowsInstance\": false,\r\n \"Name\": \"Default Selector\",\r\n \"Properties\": []\r\n }\r\n ],\r\n \"Tag\": \"input\",\r\n \"ScreenshotPath\": \"controlRepo-screenshots\\\\74971568-4e40-43fb-b4a6-7a895489d83e.png\"\r\n }\r\n ],\r\n \"Handle\": {\r\n \"value\": 0\r\n },\r\n \"ProcessName\": null,\r\n \"ScreenShot\": null,\r\n \"ElementTypeName\": \"Web Page\",\r\n \"InstanceId\": \"58155e3c-f763-486b-be01-f0e5c579e467\",\r\n \"Name\": \"Web Page 'h ... 125ca1c8ca'\",\r\n \"SelectorCount\": 1,\r\n \"Selectors\": [\r\n {\r\n \"CustomSelector\": null,\r\n \"Elements\": [\r\n {\r\n \"Attributes\": [],\r\n \"CustomValue\": \"domcontainer\",\r\n \"Ignore\": false,\r\n \"Name\": \"Web Page 'https://www.sei.mg.gov.br/sei/controlador.php?acao=procedimento_trabalhar&acao_origem=protocolo_pesquisa_rapida&id_protocolo=84690703&infra_sistema=100000100&infra_unidade_atual=110002496&infra_hash=5849b88f0e0f2726838e2baf389d748d1a21edfc4e8df97581b4b2125ca1c8ca'\",\r\n \"Tag\": \"domcontainer\"\r\n }\r\n ],\r\n \"Ignore\": false,\r\n \"ImageSelector\": null,\r\n \"IsCustom\": false,\r\n \"IsImageBased\": false,\r\n \"IsWindowsInstance\": false,\r\n \"Name\": \"Default Selector\",\r\n \"Properties\": []\r\n }\r\n ],\r\n \"Tag\": \"domcontainer\",\r\n \"ScreenshotPath\": \"controlRepo-screenshots\\\\7baca4d3-ed68-4f07-a316-0498fe86ea56.png\"\r\n }\r\n ],\r\n \"Version\": 1\r\n}", "ImportMetadata": { "DisplayName": "Computador local", "ConnectionString": "", "Type": "Local", "DesktopType": "local" }, "Name": "appmask" } ], "ImageRepositorySymbol": { "Repository": "{\r\n \"Folders\": [],\r\n \"Images\": [],\r\n \"Version\": 1\r\n}", "ImportMetadata": {}, "Name": "imgrepo" }, "ConnectionReferences": [] }