日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長提供免費(fèi)收錄網(wǎng)站服務(wù),提交前請做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(wù)(50元/站),

點(diǎn)擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

本文介紹了PowerShell-IE11-Apex-自動下拉選擇的處理方法,對大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

問題描述

我正在嘗試通過PowerShell自動執(zhí)行使用Oracle Apex編寫的現(xiàn)有網(wǎng)站的一些任務(wù)。有一個(gè)州的下拉列表,當(dāng)選擇一個(gè)州時(shí),數(shù)據(jù)需要相應(yīng)地更改。我可以選擇所需的狀態(tài)并成功激發(fā)"OnChange"事件,但它不會像手動選擇下拉選項(xiàng)那樣更改數(shù)據(jù)。請誰幫助我如何使用PowerShell獲得與手動選擇相同的結(jié)果。

這里是下拉框的示例。

<select  id="All_STATE" name="All_STATE" class="selectlist apex-item-select" size="1" >
   <option value="" selected="selected" >- Please Select -</option>
   <option value="Texas">Texas</option>
   <option value="Kansas">Kansas</option>
   <option value="Michigan">Michigan</option>
</select>

以下是我嘗試使用的Powershell代碼

$statecontrol = $null
$statecontrol = $ie.document.IHTMLDocument3_getElementById("All_STATE")
($statecontrol | where {$_.value -eq "Texas"}).Selected = $true
$statecontrol.FireEvent("OnChange")

我在JavaScript下找到了這些函數(shù),它們可能相關(guān),但不能確定,我不知道APEX。我認(rèn)為我不能在這里共享整個(gè)JavaScript,因?yàn)樗菍S械摹?/p>

function(){ apex.widget.selectList("#All_STATE",{`code here`});})();

function(){ apex.jQuery('#List').interactiveReport.interactiveReport({`code here`});})();

{"triggeringElementType":"ITEM","triggeringElement":"All_STATE","bindType":"bind","bindEventType":"change","anyActionsFireOnInit":false,actionList:`code here`

推薦答案

根據(jù)您的描述,我創(chuàng)建了一個(gè)簡單的示例來滿足您的需求,我認(rèn)為您的問題主要是自動化頁面的加載情況,asimilar case。

這是我的測試,工作正常:

頁面代碼:

<select id="All_STATE" name="All_STATE" class="selectlist apex-item-select" size="1" onchange="myFunction()">
        <option value="" selected="selected">- Please Select -</option>
        <option value="Texas">Texas</option>
        <option value="Kansas">Kansas</option>
        <option value="Michigan">Michigan</option>
    </select>
    <script>
        function myFunction() {
            alert('some script code here');
        }
    </script>

Powershell代碼:

$ie = New-Object -ComObject internetexplorer.application
$ie.Visible = $true
$ie.Navigate("<your website url>")
While ($ie.Busy -eq $true) {Start-Sleep -Seconds 3;}
$statecontrol = $ie.document.IHTMLDocument3_getElementById("All_STATE")
($statecontrol | where {$_.value -eq "Texas"}).Selected = $true
$statecontrol.FireEvent("OnChange")

結(jié)果:

這篇關(guān)于PowerShell-IE11-Apex-自動下拉選擇的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,

分享到:
標(biāo)簽:apex dropdown errorPowershell-IE11-Apex-AutomatedDropdownSelection exce
用戶無頭像

網(wǎng)友整理

注冊時(shí)間:

網(wǎng)站:5 個(gè)   小程序:0 個(gè)  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨(dú)大挑戰(zhàn)2018-06-03

數(shù)獨(dú)一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學(xué)四六

運(yùn)動步數(shù)有氧達(dá)人2018-06-03

記錄運(yùn)動步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績評定2018-06-03

通用課目體育訓(xùn)練成績評定