activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo.
UiPath logo, featuring letters U and I in white
Atividades do UIAutomation
Last updated 22 de nov de 2024

Table Cell Scope

UiPath.Core.Activities.CellScope

Description

Um contêiner que permite anexar a um elemento de interface gráfica de Tabela existente e executar várias ações nele.

Compatibilidade do projeto

Windows - Legado | Janelas

Configuração

Painel do Designer
  • Indicate on screen - Indicate the UI element to use as target.

    After you indicate the target, select the Menu button to access the following options:

    • Indicate on screen - Indicate the target again.
    • Edit Selector - Opens the Selector Editor wizard where you can configure the selector.
    • Open in UiExplorer - Opens UI Explorer with the UI element selected in the visual tree.
    • Change Informative Screenshot - Change the screenshot of the target application or web page.
    • Remove Informative Screenshot - Remove the screenshot of the target application or web page.
    • Show Informative Screenshot (double click) - Display the full the screenshot of the target application or web page.
    • Adicionar ao Repositório de Objetos — Adicione o elemento de interface gráfica atual a um projeto de biblioteca, de onde ele pode ser reutilizado em todo o processo de automação.
  • Column Name / Filter - Specifies the column name from the table. After indicating the table cell, the list with all available column names is displayed in the activity.
  • Row Number / Filter - Specifies how the row should be searched. For example: First Empty Row.
  • Do sequence - Executes a set of child activities according to a single, defined order.
Painel de Propriedades

Comum

  • ContinuarComErro — especifica se a automação deve continuar mesmo quando a atividade gera um erro. Este campo só aceita valores booleanos (True, False). O valor padrão é False. Como resultado, se o campo estiver em branco e um erro for gerado, a execução do projeto será interrompida. Se o valor for definido como True, a execução do projeto prosseguirá mesmo com erros.

    Note: If this activity is included in Try Catch and the value of the ContinueOnError property is set to True, no error is caught when the project is executed.
  • NomeDeExibição - o nome de exibição da atividade.

Entrada

  • Column Name - Specifies the column name from the table. After indicating the table cell, the list with all available column names is displayed in the activity. Variable created in this field is of String type.
  • Row Number - Specifies how the row should be searched. For example: First Empty Row.
  • Destino - O elemento de destino. É necessário definir o elemento de destino. Antes de indicar na tela, esse campo é definido como (null). Assim que o destino for indicado, todas as propriedades relacionadas ao elemento indicado serão exibidas.
    • RegiãoDeRecorte - Define o retângulo de clipagem, em pixels, em relação ao ElementoDaUi, conforme as seguintes direções: esquerda, superior, direita, inferior. Suporta números positivos e negativos.
    • Element - Use the UiElement variable returned by another activity. This property cannot be used alongside the Selector property. This field supports only UiElement variables.
    • Seletor - Propriedade de texto usada para localizar um determinado elemento de interface gráfica quando a atividade é executada. Em realidade, é um fragmento XML especificando atributos do elemento GUI procurado e de alguns de seus pais.
    • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before the SelectorNotFoundException error is thrown. The default value is 30000 milliseconds (30 seconds).
    • WaitForReady — antes de executar as ações, espera o alvo ficar pronto. As seguintes opções estão disponíveis:
      • Nenhum — não espera por nada, exceto o elemento de interface gráfica do alvo existir antes de executar a ação. Por exemplo, você pode usar essa opção se quiser recuperar apenas o texto de uma página web ou clicar em um botão específico, sem precisar esperar todos os elementos da interface gráfica carregarem. Observe que isso pode ter consequências indesejadas se o botão depender de elementos ainda não carregados, como scripts.
      • Interativo/completo - espera que todos os elementos da interface do usuário no aplicativo de destino existam antes de executar a ação.

        Para avaliar se um aplicativo está no estado Interativo ou Concluído, as seguintes tags são verificadas:
        • Aplicativos de área de trabalho — uma mensagem wm_null é enviada para verificar a existência das tags,<wnd> ,<ctrl> ,<java> ou. <uia>Se existirem, a atividade é executada.
        • Aplicativos web:
          • Internet Explorer - The <webctrl> tag is used to check if the Ready state of the HTML document is set to Complete. Additionally, the Busy state has to be set to False.
          • Outros - A tag <webctrl> é usada para verificar se o estado Pronto do documento HTML está Concluído.
        • Aplicativos SAP — primeiro a presença da tag <wnd> é verificada e, depois disso, uma API específica do SAP é usada para detectar se a sessão está ocupada ou não.

Diversos

  • Particular — se selecionada, os valores de variáveis e argumentos não são mais registrados no nível Verbose. Este campo é compatível apenas com valores Boolean (Verdadeiro, Falso). O valor padrão é False.

Saída

  • Table Row Index - The found row index in case First Empty Row is used. Otherwise, the value in this field is equal to the input in the Row Number property. This field supports only UInt32 variables.
  • ElementoDaUI - O ElementoDaUi a ser usado em atividades filho subsequentes.
  • Description
  • Compatibilidade do projeto
  • Configuração

Esta página foi útil?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Uipath Logo White
Confiança e segurança
© 2005-2024 UiPath. Todos os direitos reservados.