/# Baixar CMED atualizada
#/
DISABLE WebAutomation.LaunchChrome.LaunchChrome Url: $'''https://www.gov.br/anvisa/pt-br/assuntos/medicamentos/cmed/precos''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.DefaultProfile TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> sitecmed
ON ERROR
REPEAT ACTION
END
WebAutomation.LaunchEdge.LaunchEdge Url: $'''https://www.gov.br/anvisa/pt-br/assuntos/medicamentos/cmed/precos''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> sitecmed
IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: sitecmed Text: $'''Aceitar cookies''') THEN
WebAutomation.Click.Click BrowserInstance: sitecmed Control: appmask['Web Page']['Button \'Aceitar cookies\''] ClickType: WebAutomation.ClickType.LeftClick MouseClick: True WaitForPageToLoadTimeout: 60 MousePositionRelativeToElement: WebAutomation.RectangleEdgePoint.MiddleCenter OffsetX: 0 OffsetY: 0
ON ERROR
END
END
WAIT (WebAutomation.WaitForWebPageContent.WebPageToNotContainElement BrowserInstance: sitecmed Control: appmask['Pane \'Emissão de ... (fjp.mg.gov.br)\'']['Button \'Gerenciar cookies\''])
ON ERROR
END
WAIT 2
WebAutomation.ExecuteJavascript BrowserInstance: sitecmed Javascript: $'''function ExecuteScript() { // Procura todos os elementos com a classe \"titulo\"
const spans = document.querySelectorAll(\'span.titulo\');
// Itera sobre os elementos encontrados
spans.forEach(span => {
if (span.textContent.trim() === \'PMVG - xls\') {
// Sobe até o elemento mais próximo
const link = span.closest(\'a\');
if (link) {
link.click(); // Simula o clique
}
}
});
}'''
WAIT 15
Folder.GetFiles Folder: pasta_download FileFilter: $'''*xls''' IncludeSubfolders: True FailOnAccessDenied: True SortBy1: Folder.SortBy.CreationTime SortDescending1: True SortBy2: Folder.SortBy.NoSort SortDescending2: False SortBy3: Folder.SortBy.NoSort SortDescending3: False Files=> Files
File.Move Files: Files[0].FullName Destination: pasta_download IfFileExists: File.IfExists.Overwrite MovedFiles=> movercmed
WebAutomation.CloseWebBrowser BrowserInstance: sitecmed
ON ERROR
END
**REGION Baixar CONFAZ 10.02
WebAutomation.LaunchChrome.LaunchChromeNoWait Url: $'''https://www.confaz.fazenda.gov.br/legislacao/convenios/2002/CV010_02''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz1002
LOOP loop_espera2 FROM 1 TO 1000 STEP 1
IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: siteconfaz1002 Text: $'''CONVÊNIO ICMS 10/02''') THEN
SET leitura2 TO $'''OK'''
END
IF (WebAutomation.IfWebPageContains.WebPageDoesNotContainText BrowserInstance: siteconfaz1002 Text: $'''CONVÊNIO ICMS 10/02''') THEN
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz1002 TextToSend: $'''{F5}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
END
IF leitura2 = $'''OK''' THEN
EXIT LOOP
END
END
WebAutomation.ExecuteJavascript BrowserInstance: siteconfaz1002 Javascript: $'''function ExecuteScript() {
// Seleciona o elemento com o href de impressão dentro da lista de ações
const linkImprimir = document.querySelector(\'ul.list-actions li.print a[href=\"javascript:window.print();\"]\');
// Verifica se o elemento foi encontrado antes de tentar clicar
if (linkImprimir) {
linkImprimir.click();
console.log(\"O link \'Imprimir\' foi clicado.\");
} else {
console.error(\"O elemento de impressão não foi encontrado na página.\");
} }'''
WAIT 5
WebAutomation.LaunchChrome.AttachToChromeByTitle TabTitle: $'''CONVÊNIO ICMS 10/02 — Conselho Nacional de Política Fazendária CONFAZ''' AttachTimeout: 50000 CommunicationMode: WebAutomation.BrowserCommunicationMethod.Extension TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz1002_imprimir
WAIT 5
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz1002_imprimir TextToSend: $'''{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT (UIAutomation.WaitForWindow.ToOpenByTitleClass Title: $'''Salvar como''' Class: $'''#32770''' FocusWindow: True)
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''CONFAZ 10.02''' DelayBetweenKeystrokes: 100 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Control}({L})%pasta_download%{Enter}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Tab: 9}{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT 1
WebAutomation.CloseWebBrowser BrowserInstance: siteconfaz1002
Pdf.ExtractTextFromPDF.ExtractText PDFFile: $'''%pasta_download%\\CONFAZ 10.02.pdf''' DetectLayout: False ExtractedText=> texto_confaz1002
**ENDREGION
**REGION Baixar CONFAZ 87.02
WebAutomation.LaunchChrome.LaunchChromeNoWait Url: $'''https://www.confaz.fazenda.gov.br/legislacao/convenios/2002/CV087_02''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz8702
LOOP loop_espera3 FROM 1 TO 1000 STEP 1
IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: siteconfaz8702 Text: $'''CONVÊNIO ICMS 87/02''') THEN
SET leitura3 TO $'''OK'''
END
IF (WebAutomation.IfWebPageContains.WebPageDoesNotContainText BrowserInstance: siteconfaz8702 Text: $'''CONVÊNIO ICMS 87/02''') THEN
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz8702 TextToSend: $'''{F5}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
END
IF leitura3 = $'''OK''' THEN
EXIT LOOP
END
END
WebAutomation.ExecuteJavascript BrowserInstance: siteconfaz8702 Javascript: $'''function ExecuteScript() {
// Seleciona o elemento com o href de impressão dentro da lista de ações
const linkImprimir = document.querySelector(\'ul.list-actions li.print a[href=\"javascript:window.print();\"]\');
// Verifica se o elemento foi encontrado antes de tentar clicar
if (linkImprimir) {
linkImprimir.click();
console.log(\"O link \'Imprimir\' foi clicado.\");
} else {
console.error(\"O elemento de impressão não foi encontrado na página.\");
} }'''
WAIT 5
WebAutomation.LaunchChrome.AttachToChromeByTitle TabTitle: $'''CONVÊNIO ICMS 87/02 — Conselho Nacional de Política Fazendária CONFAZ''' AttachTimeout: 50000 CommunicationMode: WebAutomation.BrowserCommunicationMethod.Extension TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz8702_imprimir
WAIT 5
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz8702_imprimir TextToSend: $'''{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT (UIAutomation.WaitForWindow.ToOpenByTitleClass Title: $'''Salvar como''' Class: $'''#32770''' FocusWindow: True)
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''CONFAZ 87.02''' DelayBetweenKeystrokes: 100 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Control}({L})%pasta_download%{Enter}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Tab: 9}{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT 1
WebAutomation.CloseWebBrowser BrowserInstance: siteconfaz8702
Pdf.ExtractTextFromPDF.ExtractText PDFFile: $'''%pasta_download%\\CONFAZ 87.02.pdf''' DetectLayout: False ExtractedText=> texto_confaz8702
**ENDREGION
**REGION Baixar CONFAZ 162.94
WebAutomation.LaunchChrome.LaunchChromeNoWait Url: $'''https://www.confaz.fazenda.gov.br/legislacao/convenios/1994/CV162_94''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz16294
LOOP loop_espera4 FROM 1 TO 1000 STEP 1
IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: siteconfaz16294 Text: $'''CONVÊNIO ICMS 162/94''') THEN
SET leitura4 TO $'''OK'''
END
IF (WebAutomation.IfWebPageContains.WebPageDoesNotContainText BrowserInstance: siteconfaz16294 Text: $'''CONVÊNIO ICMS 162/94''') THEN
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz16294 TextToSend: $'''{F5}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
END
IF leitura4 = $'''OK''' THEN
EXIT LOOP
END
END
WebAutomation.ExecuteJavascript BrowserInstance: siteconfaz16294 Javascript: $'''function ExecuteScript() {
// Seleciona o elemento com o href de impressão dentro da lista de ações
const linkImprimir = document.querySelector(\'ul.list-actions li.print a[href=\"javascript:window.print();\"]\');
// Verifica se o elemento foi encontrado antes de tentar clicar
if (linkImprimir) {
linkImprimir.click();
console.log(\"O link \'Imprimir\' foi clicado.\");
} else {
console.error(\"O elemento de impressão não foi encontrado na página.\");
} }'''
WAIT 5
WebAutomation.LaunchChrome.AttachToChromeByTitle TabTitle: $'''CONVÊNIO ICMS 162/94 — Conselho Nacional de Política Fazendária CONFAZ''' AttachTimeout: 50000 CommunicationMode: WebAutomation.BrowserCommunicationMethod.Extension TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz16294_imprimir
WAIT 5
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz16294_imprimir TextToSend: $'''{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT (UIAutomation.WaitForWindow.ToOpenByTitleClass Title: $'''Salvar como''' Class: $'''#32770''' FocusWindow: True)
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''CONFAZ 162.94''' DelayBetweenKeystrokes: 100 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Control}({L})%pasta_download%{Enter}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Tab: 9}{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT 1
WebAutomation.CloseWebBrowser BrowserInstance: siteconfaz16294
Pdf.ExtractTextFromPDF.ExtractText PDFFile: $'''%pasta_download%\\CONFAZ 162.94.pdf''' DetectLayout: False ExtractedText=> texto_confaz16294
**ENDREGION
**REGION Baixar CONFAZ 140.01
WebAutomation.LaunchChrome.LaunchChromeNoWait Url: $'''https://www.confaz.fazenda.gov.br/legislacao/convenios/2001/CV140_01''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz14001
LOOP loop_espera5 FROM 1 TO 1000 STEP 1
IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: siteconfaz14001 Text: $'''CONVÊNIO ICMS 140/01''') THEN
SET leitura5 TO $'''OK'''
END
IF (WebAutomation.IfWebPageContains.WebPageDoesNotContainText BrowserInstance: siteconfaz14001 Text: $'''CONVÊNIO ICMS 140/01''') THEN
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz14001 TextToSend: $'''{F5}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
END
IF leitura5 = $'''OK''' THEN
EXIT LOOP
END
END
WebAutomation.ExecuteJavascript BrowserInstance: siteconfaz14001 Javascript: $'''function ExecuteScript() {
// Seleciona o elemento com o href de impressão dentro da lista de ações
const linkImprimir = document.querySelector(\'ul.list-actions li.print a[href=\"javascript:window.print();\"]\');
// Verifica se o elemento foi encontrado antes de tentar clicar
if (linkImprimir) {
linkImprimir.click();
console.log(\"O link \'Imprimir\' foi clicado.\");
} else {
console.error(\"O elemento de impressão não foi encontrado na página.\");
} }'''
WAIT 5
WebAutomation.LaunchChrome.AttachToChromeByTitle TabTitle: $'''CONVÊNIO ICMS 140/01 — Conselho Nacional de Política Fazendária CONFAZ''' AttachTimeout: 50000 CommunicationMode: WebAutomation.BrowserCommunicationMethod.Extension TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz14001_imprimir
WAIT 5
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz14001_imprimir TextToSend: $'''{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT (UIAutomation.WaitForWindow.ToOpenByTitleClass Title: $'''Salvar como''' Class: $'''#32770''' FocusWindow: True)
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''CONFAZ 140.01''' DelayBetweenKeystrokes: 100 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Control}({L})%pasta_download%{Enter}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Tab: 9}{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT 1
WebAutomation.CloseWebBrowser BrowserInstance: siteconfaz14001
Pdf.ExtractTextFromPDF.ExtractText PDFFile: $'''%pasta_download%\\CONFAZ 140.01.pdf''' DetectLayout: False ExtractedText=> texto_confaz14001
**ENDREGION
**REGION Baixar CONFAZ 100.21
WebAutomation.LaunchChrome.LaunchChromeNoWait Url: $'''https://www.confaz.fazenda.gov.br/legislacao/convenios/2021/CV100_21''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz10021
LOOP loop_espera6 FROM 1 TO 1000 STEP 1
IF (WebAutomation.IfWebPageContains.WebPageContainsText BrowserInstance: siteconfaz10021 Text: $'''CONVÊNIO ICMS Nº 100, DE 08 DE JULHO DE 2021''') THEN
SET leitura6 TO $'''OK'''
END
IF (WebAutomation.IfWebPageContains.WebPageDoesNotContainText BrowserInstance: siteconfaz10021 Text: $'''CONVÊNIO ICMS Nº 100, DE 08 DE JULHO DE 2021''') THEN
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz10021 TextToSend: $'''{F5}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
END
IF leitura6 = $'''OK''' THEN
EXIT LOOP
END
END
WebAutomation.ExecuteJavascript BrowserInstance: siteconfaz10021 Javascript: $'''function ExecuteScript() {
// Seleciona o elemento com o href de impressão dentro da lista de ações
const linkImprimir = document.querySelector(\'ul.list-actions li.print a[href=\"javascript:window.print();\"]\');
// Verifica se o elemento foi encontrado antes de tentar clicar
if (linkImprimir) {
linkImprimir.click();
console.log(\"O link \'Imprimir\' foi clicado.\");
} else {
console.error(\"O elemento de impressão não foi encontrado na página.\");
} }'''
WAIT 5
WebAutomation.LaunchChrome.AttachToChromeByTitle TabTitle: $'''CONVÊNIO ICMS 100/21 — Conselho Nacional de Política Fazendária CONFAZ''' AttachTimeout: 50000 CommunicationMode: WebAutomation.BrowserCommunicationMethod.Extension TargetDesktop: $'''{\"DisplayName\":\"Computador local\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> siteconfaz10021_imprimir
WAIT 5
MouseAndKeyboard.SendKeys.FocusAndSendKeysByInstanceOrHandle WindowInstance: siteconfaz10021_imprimir TextToSend: $'''{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT (UIAutomation.WaitForWindow.ToOpenByTitleClass Title: $'''Salvar como''' Class: $'''#32770''' FocusWindow: True)
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''CONFAZ 100.21''' DelayBetweenKeystrokes: 100 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Control}({L})%pasta_download%{Enter}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
MouseAndKeyboard.SendKeys.FocusAndSendKeys TextToSend: $'''{Tab: 9}{Return}''' DelayBetweenKeystrokes: 60 SendTextAsHardwareKeys: False
WAIT 1
WebAutomation.CloseWebBrowser BrowserInstance: siteconfaz10021
Pdf.ExtractTextFromPDF.ExtractText PDFFile: $'''%pasta_download%\\CONFAZ 100.21.pdf''' DetectLayout: False ExtractedText=> texto_confaz10021
**ENDREGION
**REGION Baixar e extrair Resolução CTE-CMED
Web.DownloadFromWeb.DownloadToFile Url: resolucao_cap FilePath: $'''%pasta_download%\\resolucao_cap.pdf''' ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False DownloadedFile=> arquivo_cap
Pdf.ExtractTextFromPDF.ExtractText PDFFile: arquivo_cap DetectLayout: False ExtractedText=> texto_resolucao_cap
File.Delete Files: arquivo_cap
Text.Replace Text: texto_resolucao_cap TextToFind: $'''[\\n\\r]''' IsRegEx: True IgnoreCase: False ReplaceWith: vazio ActivateEscapeSequences: False Result=> texto_resolucao_cap
Text.Replace Text: texto_resolucao_cap TextToFind: $'''\\''' IsRegEx: False IgnoreCase: False ReplaceWith: $'''\\\\''' ActivateEscapeSequences: False Result=> texto_resolucao_cap
Text.Replace Text: texto_resolucao_cap TextToFind: $'''\"''' IsRegEx: False IgnoreCase: False ReplaceWith: $'''\\\"''' ActivateEscapeSequences: False Result=> texto_resolucao_cap
**ENDREGION
EXIT FUNCTION
# [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\": \"Button\",\r\n \"InstanceId\": \"0ab9fcb7-7ec3-4ac9-a48a-0162cc2fb5ae\",\r\n \"Name\": \"Button 'Aceitar cookies'\",\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 \"IsDisabledAttribute\": false,\r\n \"Name\": \"Class\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": \"default-header-template portal-institucional cover-layout-layout-vazio template-view portaltype-collective-cover-content site-pt-br section-assuntos subsection-medicamentos subsection-medicamentos-cmed subsection-medicamentos-cmed-precos userrole-anonymous\"\r\n },\r\n {\r\n \"Ignore\": true,\r\n \"IsOrdinal\": false,\r\n \"IsDisabledAttribute\": 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 \"IsDisabledAttribute\": false,\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 \"IsDisabledAttribute\": false,\r\n \"Name\": \"Title\",\r\n \"Operation\": \"EqualTo\",\r\n \"Value\": null\r\n }\r\n ],\r\n \"CustomValue\": null,\r\n \"Ignore\": false,\r\n \"Name\": \"Body '