---
sourceDocument: Xanadu 애플리케이션과의 통합 생성
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/xanadu/integrate-applications

 Release :

    - xanadu

ft:locale :

    - ko-KR

ft:publication_title :

    - Xanadu 애플리케이션과의 통합 생성

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# IE 커넥터 메서드

# IE 커넥터 메서드 {#ariaid-title1}

* 릴리스 버전: Xanadu
* 
* 업데이트 날짜 2024년 08월 01일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 4분

IE 커넥터 메서드는 IE 커넥터, 화면 및 화면의 요소에 대해 서로 다른 작업을 수행합니다. 메서드는 커넥터, 화면 및 요소 수준에서 사용할 수 있으며 적절한 단계를 완료하여 메서드를 노출할 수 있습니다.

## IE 커넥터 메서드 수준 {#connectors-ie-methods__section_m5d_lbt_wrb}

[커넥터 수준 메서드](https://servicenow-prod.fluidtopics.net/I3H710vzdIOExCeReUIy6g#connectors-ie-methods__IE-connector-level-methods)

[화면 수준 메서드](https://servicenow-prod.fluidtopics.net/I3H710vzdIOExCeReUIy6g#connectors-ie-methods__IE-screen-level-methods)

[요소 수준 메서드](https://servicenow-prod.fluidtopics.net/I3H710vzdIOExCeReUIy6g "IE 커넥터 메서드는 IE 커넥터, 화면 및 화면의 요소에 대해 서로 다른 작업을 수행합니다. 메서드는 커넥터, 화면 및 요소 수준에서 사용할 수 있으며 적절한 단계를 완료하여 메서드를 노출할 수 있습니다.")

## 커넥터 수준 메서드 {#connectors-ie-methods__IE-connector-level-methods}

## 이동 {#connectors-ie-methods__section_ffv_1kz_hrb}

지정한 URL을 기반으로 웹 페이지를 열고 부울 응답을 반환합니다.

입력
:   [URL](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__URL-IE)

출력
:   [반환(부울)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__navigate-output-return-boolean)

## WaitForAnyScreen (영문일 대기) {#connectors-ie-methods__section_n4w_pg1_3rb}

이 메서드는 화면이 로드되기 전에 대기 기간을 실행합니다. 메서드가 요청 시간을 초과한 후 시간 제한을 지정할 수 있습니다.

Input

[MatchAllChildren (모든 어린이)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__MatchAllChildren)

[시간 제한](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__Timeout-ie)

## 화면 수준 메서드 {#connectors-ie-methods__IE-screen-level-methods}

## 파일 다운로드 {#connectors-ie-methods__section_wdk_gbj_4sb}

지정한 URL과 파일 이름을 기준으로 화면 또는 웹 페이지에서 파일을 다운로드합니다.

입력
:   [URL](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__downloadfile-input-url)
:   [fileName](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__downloadfile-input-filename)

출력
:   [반환(부울)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__downloadfile-output-return-boolean)

## JavaScript 실행 {#connectors-ie-methods__section_gpl_xcj_4sb}

IE 브라우저에서 열린 응용 프로그램 또는 웹 사이트에서 사용자 지정 JavaScript를 실행합니다. 실행하기 전에 메서드를 구성해야 합니다.  
JavaScript를 구성하려면 다음 단계를 수행합니다.

1. 방법 설정 아이콘( ![방법 설정 아이콘](). )을 클릭합니다.
2. JAVA SCRIPT 섹션에서 사용자 지정 스크립트를 입력합니다.
3. 스크립트에 매개변수를 추가하려면 매개변수 제목 아래에 있는 매개변수 추가 아이콘(매개변수 ![추가 아이콘)]()을 클릭합니다.  
   주:  
   Data In 포트는 각 매개 변수와 함께 추가됩니다.
4. 확인을 클릭합니다.
{#connectors-ie-methods__ol_tyr_mjm_msb}

입력
:   [매개변수](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__executejavascript-input-parameter)

출력
:   [반환(객체)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__executejavascript-output-return-object)

## GetValueByXPath {#connectors-ie-methods__section_hb5_w4w_5sb}

XPath를 변환하고 출력을 문자열로 리턴합니다.

입력
:   [XPath(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__getvaluebyxpath-input-xpath)

출력
:   [return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__getvaluebyxpath-output-return)

## GetValuesByXPath {#connectors-ie-methods__section_zdr_jlk_4sb}

지정된 XPath 식에 따라 열 내의 값을 반환합니다.

Input  
메서드를 실행하기 전에 XPath 식을 구성해야 합니다. 구성하려면 다음 단계를 수행합니다.

1. 방법 설정 아이콘( ![방법 설정 아이콘](). )을 클릭합니다.
2. 열의 이름을 업데이트합니다.
3. XPath 표현식을 정의합니다.
4. 확인을 클릭합니다.
{#connectors-ie-methods__ol_ehz_n45_nsb}

Output

[반환(DataTable)](https://servicenow-prod.fluidtopics.net/JctSuMLZ6Q3OI~t8yxnWig#method-parameter-table__FilterAndSort-output-return)

## 숨기기 {#connectors-ie-methods__section_azj_z2q_4sb}

활성 브라우저 창을 숨깁니다.

## 재개 {#connectors-ie-methods__section_bn1_bfq_4sb}

Hide 메서드를 사용하여 숨겨진 브라우저 창을 복원합니다.

## GetURL 가져오기 {#connectors-ie-methods__section_urw_xkk_4sb}

웹 사이트 또는 웹 페이지의 URL을 반환합니다.

Output

[return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__geturl-output-return)

## 생성 대기(WaitForCreate) {#connectors-ie-methods__section_try_ybt_wrb}

웹 페이지 또는 창이 로드되기 전에 지연을 설정합니다.

Inputs

[timeoutInSeconds (영문)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__waitforcreate-input-timeoutinseconds)

[MatchAllChildren (모든 어린이)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__MatchAllChildren)

Outputs

[반환(부울)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__waitforcreate-output-return-boolean)

## 필드 설정 {#connectors-ie-methods__section_lcx_hdt_wrb}

양식 필드 유형의 데이터를 설정합니다.

## SendKeys (영문) {#connectors-ie-methods__section_xhl_vdt_wrb}

웹 페이지와 창의 키 입력을 시뮬레이션합니다.

Inputs

[키](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__sendkeys-input-keys)

[MatchAllChildren (모든 어린이)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__sendkeys-input-matchallchildren)

[TypeDelay (유형지연)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__sendkeys-input-TypeDelay)

## 최소화 {#connectors-ie-methods__section_oqw_b2t_wrb}

창을 최소화합니다.

## 최대화 {#connectors-ie-methods__section_z2v_c2t_wrb}

창을 최대화합니다.

## IsReady (이레디) {#connectors-ie-methods__section_afm_cgq_4sb}

웹 사이트가 메서드의 요청을 수락할 준비가 되었는지 확인하기 위해 요청에 대한 부울 응답을 반환합니다.

Output

[반환(부울)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__isready-output-return-boolean)

## 매치칠드런(MatchChildren) {#connectors-ie-methods__section_cnh_zhq_4sb}

캡처한 웹 페이지의 모든 요소를 일치시키고 그에 따라 부울 응답을 반환합니다. 메서드가 모든 자식과 일치해야 하는지 여부를 구성할 수 있습니다.

Input

[matchAllChildren](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__matchallchildren-input-matchAllChildren)

Output

[반환(부울)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__matchallchildren-output-return-boolean)

## IsCreated (영문) {#connectors-ie-methods__section_nrm_22t_wrb}

Internet Explorer 브라우저의 웹 사이트가 열려 있는지 여부를 찾기 위한 요청에 대한 부울 응답을 반환합니다. 선택적으로 메서드가 웹 사이트의 캡처된 모든 요소가 일치하는지 여부를 확인하도록 할 수 있습니다.

입력
:   [MatchAllChildren (모든 어린이)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__MatchAllChildren)

출력
:   [반환(부울)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__iscreated-output-boolean)

## 새로 고침 {#connectors-ie-methods__section_xdz_jjq_4sb}

활성 웹 페이지의 내용을 다시 로드합니다.

## 다른 이름으로 저장 {#connectors-ie-methods__section_ljd_njq_4sb}

활성 웹 페이지를 로컬 디스크에 저장합니다.

## 인쇄 {#connectors-ie-methods__section_z1s_x3q_4sb}

브라우저에서 활성 웹 페이지를 인쇄합니다.

Input

[프롬프트 없음](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__print-input-noprompt)

## 페이지 소스 가져오기 {#connectors-ie-methods__section_yz3_rgk_4sb}

IE 브라우저에 열려 있는 활성 창의 페이지 소스를 반환합니다.

Output

[return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__getpagesource-output-return)

## 스크린 샷 구하기 {#connectors-ie-methods__section_gkk_r2t_wrb}

창 또는 창의 영역에 대한 스크린샷을 반환합니다.

Output

[반환(비트맵)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__getscreenshot-output-return-bitmap)

## 제목 가져오기 {#connectors-ie-methods__section_t1t_z3k_4sb}

IE 브라우저에 열려 있는 창의 제목을 반환합니다.

Output

[return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__gettitle-output-string)

## GetFields {#connectors-ie-methods__section_sz2_y2t_wrb}

양식의 데이터에 액세스하면 데이터를 출력으로 반환합니다. 실행하기 전에 메서드를 구성해야 합니다.  
구성하려면 다음 단계를 수행합니다.

1. 방법 설정 아이콘( ![방법 설정 아이콘](). )을 클릭합니다.
2. 양식 요소를 선택합니다.
3. 양식 요소 데이터 유형을 업데이트합니다.
4. 확인을 클릭합니다.
{#connectors-ie-methods__ol_r1y_wm5_nsb}

Output

[양식 필드](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__getfields-output-formfield)

## 포커스 {#connectors-ie-methods__section_t2f_1ft_wrb}

백그라운드에서 실행 중이거나 최소화된 창에 포커스를 설정하고 활성화합니다.

Output

[반환(부울)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__focus-output-return-boolean)

## 닫기 {#connectors-ie-methods__section_p2p_gft_wrb}

활성 창을 닫습니다.

## 요소 수준 메서드 {#connectors-ie-methods__IE-element-level-methods}

이러한 메서드는 프로젝트 탐색기의 전역 개체 아래에 있는 응용 프로그램 요소를 두 번 클릭할 때 표시됩니다.

## 먼저 {#connectors-ie-methods__section_zj4_lgh_xrb}

요소에 대해 클릭 작업을 수행합니다.

## GetInnerHTML {#connectors-ie-methods__section_efp_prq_4sb}

요소의 내부 HTML을 가져옵니다.

Output

[return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__GetInnerHTML-output-return-string)

## GetInnerText {#connectors-ie-methods__section_pwv_yrq_4sb}

요소의 내부 텍스트를 가져옵니다.

Output

[return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__GetInnerText-output-return-string)

## GetOuterHTML {#connectors-ie-methods__section_pkh_vsq_4sb}

요소의 외부 HTML을 가져옵니다.

Output

[return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__GetOuterHTML-output-return-string)

## GetURL 가져오기 {#connectors-ie-methods__section_ihg_3tq_4sb}

요소의 URL을 가져옵니다.

Output

[return(문자열)](https://servicenow-prod.fluidtopics.net/bORMGeD~eHgmEFED5plAwg#method-parameter-ie__GetURL-output-return-string)

