Selenium + Pythonでダイアログボックスを下にスクロールする方法

BrandsDev

医療Webアプリのダイアログボックスがあり、最初の画面に30人の患者のみが表示されます。さらに多くの患者を表示するには、ダイアログボックスを下にスクロールし、30人目の患者に近づくとさらに30人の患者が表示されます。

新しいウィンドウでリンクプロファイルを開いて情報を収集し、xmlsファイルに保存しているときに、そのダイアログボックスに2000人以上の患者を表示しようとしています。

Python + Seleniumを使用して下にスクロールするにはどうすればよいですか?

これはダイアログボックスの画面です。

ダイアログボックス

このhtmlは、最初の6人の患者と30人目の患者が表示されるダイアログボックスです。30人すべて(文字数制限)を投稿できませんでした。

<md-dialog aria-label="Pacientes" ng-form="mainForm" flex="70" flex-xl="40" class="ng-pristine ng-valid _md flex-xl-40 flex-70 md-transition-in" role="dialog" tabindex="-1" aria-describedby="dialogContent_573" style="">
    <md-toolbar md-theme="white" class="_md md-white-theme _md-toolbar-transitions">
        <div class="md-toolbar-tools layout-wrap layout-row" layout="row" layout-wrap="">
            <h2 flex="100" flex-gt-xs="50" class="flex-gt-xs-50 flex-100">Pacientes</h2>
            <md-input-container flex="100" flex-gt-xs="50" md-no-float="" style="padding: 0;" class="md-input-has-placeholder md-white-theme flex-gt-xs-50 flex-100">
                <input type="text" placeholder="Pesquisar" ng-model="pacienteCtrl.search" ng-change="pacienteCtrl.onChangeSearch()" class="ng-pristine ng-untouched ng-valid md-input ng-empty" id="input_572" aria-invalid="false" style=""><div class="md-errors-spacer"></div>
            </md-input-container>
        </div>
    </md-toolbar>

    <md-dialog-content class="md-dialog-content" when-scrolled="pacienteCtrl.nextPage()" id="dialogContent_573">
        <div layout="column" class="layout-column">
            <md-divider></md-divider>
            <md-list class="sd-list-pacientes" role="list">
                <!----><md-list-item class="md-2-line md-no-proxy _md" ng-repeat="paciente in pacienteCtrl.pacientes" paciente-link="" paciente="paciente" role="listitem" style="">
                    <img ng-src="assets/img/user-default.png" class="md-avatar" src="assets/img/user-default.png">
                    <div layout="column" class="md-list-item-text layout-column">
                        <a ng-click="go()" class="sd-link" paciente="paciente" aria-label="Ir para a ficha desse paciente" md-labeled-by-tooltip="md-tooltip-574" ng-href="https://app.simplesdental.com/simples/pacientes/11489833/sobre" href="https://app.simplesdental.com/simples/pacientes/11489833/sobre">
				
				Abraão Laurentino dos Santos
			</a>
                        <div layout="column" layout-gt-sm="row" class="sd-list-pacientes-info layout-gt-sm-row layout-column">
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.celular">
                                <md-icon md-svg-icon="phone" role="img" aria-label="phone"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M31 2H15c-2.76 0-5 2.24-5 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H14V8h18v28z"></path></svg></md-icon>
                                <span class="grey">(xx) xxxxx-xxxx</span>
                            </span><!---->
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.cpf">
                                <md-icon md-svg-icon="person" role="img" aria-label="person"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M24 24c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm0 4c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"></path></svg></md-icon>
                                <span class="grey">xxx.xxx.xxx-xx</span>
                            </span><!---->
                        </div>
                    </div>
                    <md-divider></md-divider>
                <div class="md-secondary-container"></div></md-list-item><!----><md-list-item class="md-2-line md-no-proxy _md" ng-repeat="paciente in pacienteCtrl.pacientes" paciente-link="" paciente="paciente" role="listitem">
                    <img ng-src="assets/img/user-default.png" class="md-avatar" src="assets/img/user-default.png">
                    <div layout="column" class="md-list-item-text layout-column">
                        <a ng-click="go()" class="sd-link" paciente="paciente" aria-label="Ir para a ficha desse paciente" md-labeled-by-tooltip="md-tooltip-575" ng-href="https://app.simplesdental.com/simples/pacientes/11827315/sobre" href="https://app.simplesdental.com/simples/pacientes/11827315/sobre">
				
				Acyr Xavier Moreira
			</a>
                        <div layout="column" layout-gt-sm="row" class="sd-list-pacientes-info layout-gt-sm-row layout-column">
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.celular">
                                <md-icon md-svg-icon="phone" role="img" aria-label="phone"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M31 2H15c-2.76 0-5 2.24-5 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H14V8h18v28z"></path></svg></md-icon>
                                <span class="grey">(xx) xxxxx-xxxx</span>
                            </span><!---->
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.cpf">
                                <md-icon md-svg-icon="person" role="img" aria-label="person"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M24 24c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm0 4c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"></path></svg></md-icon>
                                <span class="grey">xxx.xxx.xxx-xx</span>
                            </span><!---->
                        </div>
                    </div>
                    <md-divider></md-divider>
                <div class="md-secondary-container"></div></md-list-item><!----><md-list-item class="md-2-line md-no-proxy _md" ng-repeat="paciente in pacienteCtrl.pacientes" paciente-link="" paciente="paciente" role="listitem">
                    <img ng-src="assets/img/user-default.png" class="md-avatar" src="assets/img/user-default.png">
                    <div layout="column" class="md-list-item-text layout-column">
                        <a ng-click="go()" class="sd-link" paciente="paciente" aria-label="Ir para a ficha desse paciente" md-labeled-by-tooltip="md-tooltip-576" ng-href="https://app.simplesdental.com/simples/pacientes/17258954/sobre" href="https://app.simplesdental.com/simples/pacientes/17258954/sobre">
				
				Adilton Junior
			</a>
                        <div layout="column" layout-gt-sm="row" class="sd-list-pacientes-info layout-gt-sm-row layout-column">
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.celular">
                                <md-icon md-svg-icon="phone" role="img" aria-label="phone"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M31 2H15c-2.76 0-5 2.24-5 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H14V8h18v28z"></path></svg></md-icon>
                                <span class="grey">(xx) xxxxx-xxxx</span>
                            </span><!---->
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.cpf">
                                <md-icon md-svg-icon="person" role="img" aria-label="person"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M24 24c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm0 4c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"></path></svg></md-icon>
                                <span class="grey">xxx.xxx.xxx-xx</span>
                            </span><!---->
                        </div>
                    </div>
                    <md-divider></md-divider>
                <div class="md-secondary-container"></div></md-list-item><!----><md-list-item class="md-2-line md-no-proxy _md" ng-repeat="paciente in pacienteCtrl.pacientes" paciente-link="" paciente="paciente" role="listitem">
                    <img ng-src="assets/img/user-default.png" class="md-avatar" src="assets/img/user-default.png">
                    <div layout="column" class="md-list-item-text layout-column">
                        <a ng-click="go()" class="sd-link" paciente="paciente" aria-label="Ir para a ficha desse paciente" md-labeled-by-tooltip="md-tooltip-577" ng-href="https://app.simplesdental.com/simples/pacientes/15922853/sobre" href="https://app.simplesdental.com/simples/pacientes/15922853/sobre">
				
				Adalberto Cortes da Silva
			</a>
                        <div layout="column" layout-gt-sm="row" class="sd-list-pacientes-info layout-gt-sm-row layout-column">
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.celular">
                                <md-icon md-svg-icon="phone" role="img" aria-label="phone"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M31 2H15c-2.76 0-5 2.24-5 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H14V8h18v28z"></path></svg></md-icon>
                                <span class="grey">(xx) xxxxx-xxxx</span>
                            </span><!---->
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.cpf">
                                <md-icon md-svg-icon="person" role="img" aria-label="person"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M24 24c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm0 4c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"></path></svg></md-icon>
                                <span class="grey">xxx.xxx.xxx-xx</span>
                            </span><!---->
                        </div>
                    </div>
                    <md-divider></md-divider>
                <div class="md-secondary-container"></div></md-list-item><!----><md-list-item class="md-2-line md-no-proxy _md" ng-repeat="paciente in pacienteCtrl.pacientes" paciente-link="" paciente="paciente" role="listitem">
                    <img ng-src="assets/img/user-default.png" class="md-avatar" src="assets/img/user-default.png">
                    <div layout="column" class="md-list-item-text layout-column">
                        <a ng-click="go()" class="sd-link" paciente="paciente" aria-label="Ir para a ficha desse paciente" md-labeled-by-tooltip="md-tooltip-578" ng-href="https://app.simplesdental.com/simples/pacientes/13516998/sobre" href="https://app.simplesdental.com/simples/pacientes/13516998/sobre">
				
				Adalton Barbosa Cardoso Cunha
			</a>
                        <div layout="column" layout-gt-sm="row" class="sd-list-pacientes-info layout-gt-sm-row layout-column">
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.celular">
                                <md-icon md-svg-icon="phone" role="img" aria-label="phone"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M31 2H15c-2.76 0-5 2.24-5 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H14V8h18v28z"></path></svg></md-icon>
                                <span class="grey">(xx) xxxxx-xxxx</span>
                            </span><!---->
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.cpf">
                                <md-icon md-svg-icon="person" role="img" aria-label="person"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M24 24c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm0 4c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"></path></svg></md-icon>
                                <span class="grey">xxx.xxx.xxx-xx</span>
                            </span><!---->
                        </div>
                    </div>
                    <md-divider></md-divider>
                <div class="md-secondary-container"></div></md-list-item><!----><md-list-item class="md-2-line md-no-proxy _md" ng-repeat="paciente in pacienteCtrl.pacientes" paciente-link="" paciente="paciente" role="listitem">
                    <img ng-src="assets/img/user-default.png" class="md-avatar" src="assets/img/user-default.png">
                    <div layout="column" class="md-list-item-text layout-column">
                        <a ng-click="go()" class="sd-link" paciente="paciente" aria-label="Ir para a ficha desse paciente" md-labeled-by-tooltip="md-tooltip-579" ng-href="https://app.simplesdental.com/simples/pacientes/17103848/sobre" href="https://app.simplesdental.com/simples/pacientes/17103848/sobre">
				
				Adelina de Oliveira
			</a>
                        <div layout="column" layout-gt-sm="row" class="sd-list-pacientes-info layout-gt-sm-row layout-column">
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.celular">
                                <md-icon md-svg-icon="phone" role="img" aria-label="phone"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M31 2H15c-2.76 0-5 2.24-5 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H14V8h18v28z"></path></svg></md-icon>
                                <span class="grey">(xx) xxxxx-xxxx</span>
                            </span><!---->
                            <!---->
                            <!---->
                        </div>
                    </div>
                    <md-divider></md-divider>
                <div class="md-secondary-container"></div></md-list-item><!----><md-list-item class="md-2-line md-no-proxy _md" ng-repeat="paciente in pacienteCtrl.pacientes" paciente-link="" paciente="paciente" role="listitem">
                    <img ng-src="assets/img/user-default.png" class="md-avatar" src="assets/img/user-default.png">
                    <div layout="column" class="md-list-item-text layout-column">
                        <a ng-click="go()" class="sd-link" paciente="paciente" aria-label="Ir para a ficha desse paciente" md-labeled-by-tooltip="md-tooltip-580" ng-href="https://app.simplesdental.com/simples/pacientes/12563381/sobre" href="https://app.simplesdental.com/simples/pacientes/12563381/sobre">
				
				Alan Albuquerque
			</a>
                        <div layout="column" layout-gt-sm="row" class="sd-list-pacientes-info layout-gt-sm-row layout-column">
                            <!---->
                            <!----><span class="sd-list-pacientes-info-item" ng-if="paciente.celular">
                                <md-icon md-svg-icon="phone" role="img" aria-label="phone"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fit="" preserveAspectRatio="xMidYMid meet" focusable="false"><path d="M31 2H15c-2.76 0-5 2.24-5 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H14V8h18v28z"></path></svg></md-icon>
                                <span class="grey">(xx) xxxxx-xxxx</span>
                            </span><!---->
                            <!---->
                            <!---->
                        </div>
                    </div>
                    <md-divider></md-divider>
                <div class="md-secondary-container"></div></md-list-item><!---->
            </md-list>
        </div>
        <div layout="column" ng-show="!pacienteCtrl.pacientes.length" layout-align="center center" class="layout-align-center-center layout-column ng-hide" aria-hidden="true" style="">
            <p class="inset">Sem resultados para a busca</p>
        </div>
    </md-dialog-content>

    <md-dialog-actions layout="row" layout-align="end center" class="layout-align-end-center layout-row">
        <button class="md-button md-ink-ripple" type="button" ng-transclude="" ng-click="pacienteCtrl.closeDialog()"> Fechar </button>
    </md-dialog-actions>
</md-dialog>

これは私が下にスクロールしようとしている私のコードです:

element = driver.find_element(By.XPATH( "// div [@ class = 'md-dialog-container'] // md-list-item [30]"))#コンテンツの最後の子を選択div driver.execute_script( "arguments [0] .scrollIntoView(true);"、element)#最後の子ノードまでスクロールします

しかし、私はメッセージエラーを受け取ります:

element = driver.find_element(By.XPATH( "// div [@ class = 'md-dialog-container'] // md-list-item [30]"))#コンテンツdivの最後の子を選択TypeError: 'str 'オブジェクトは呼び出せません

ナレンドラR

このエラーメッセージ...

TypeError: 'str' object is not callable

...プログラムfunction()が実際にはproperty呼び出したことを意味します

Seleniumのドキュメントによると、これは正しいメソッドシグネチャです。

find_element(by='id', value=None)

Find an element given a By strategy and locator. Prefer the find_element_by_* methods when possible.
Usage :   element = element.find_element(By.ID, ‘foo’)
Return type:  WebElement

そしてこれはドキュメントに記載されています

def find_element(self, by=By.ID, value=None):
    """
    Find an element given a By strategy and locator. Prefer the find_element_by_* methods when
    possible.

    :Usage:
        element = element.find_element(By.ID, 'foo')

    :rtype: WebElement
    """
    if self._w3c:
        if by == By.ID:
            by = By.CSS_SELECTOR
            value = '[id="%s"]' % value
        elif by == By.TAG_NAME:
            by = By.CSS_SELECTOR
        elif by == By.CLASS_NAME:
            by = By.CSS_SELECTOR
            value = ".%s" % value
        elif by == By.NAME:
            by = By.CSS_SELECTOR
            value = '[name="%s"]' % value

    return self._execute(Command.FIND_CHILD_ELEMENT,
                         {"using": by, "value": value})['value']

したがって、メソッドシグネチャに従って、どちらかを使用する必要があります

last_element = driver.find_element(By.XPATH,"//div[@class='md-dialog-container']//md-list-item[30]")
driver.execute_script("arguments[0].scrollIntoView(true);", last_element)

または

last_element = driver.find_element_by_xpath("//div[@class='md-dialog-container']//md-list-item[30]")
driver.execute_script("arguments[0].scrollIntoView(true);", last_element)

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Seleniumでモーダルダイアログボックスを処理する方法は?

分類Dev

SeleniumユーザーがPythonでアラートダイアログボックスをクリックするのを待つ

分類Dev

Selenium:ダイアログボックスを閉じる

分類Dev

C#Selenium:SharepointフォルダーのアップロードダイアログボックスのDOMにない[承認]ボタンをクリックする方法

分類Dev

SeleniumでInstagramのポップアップフレームを下にスクロールする方法

分類Dev

Seleniumで下にスクロールする方法は?

分類Dev

Selenium/Java/EdgeDriver: モーダル ウィンドウのダイアログ ボックスがテスト スクリプトの実行を停止する

分類Dev

JavaでSelenium WebDriverを使用して下にスクロールする方法

分類Dev

PythonでSeleniumを使用してChromeでYoutubeチャンネルを下にスクロールする方法

分類Dev

PythonでSeleniumを使用してポップアップログインフォームにアクセスする方法

分類Dev

スクロールボックスからhrefを選択するPython + Selenium

分類Dev

Selenium:PythonでSeleniumを使用して内部divをスクロールする方法

分類Dev

PythonでSeleniumを使用してdivで「スクロールアップ」する方法は?

分類Dev

selenium-Python、ログアウト画像ボタンをクリックする方法

分類Dev

Selenium / Python-ランダムに選択されたピクセルでスクロールする方法は?

分類Dev

ポップアップをバイパスするFirefoxでファイルをダウンロード:Selenium Python

分類Dev

PythonでSelenium Webdriverを使用してドロップダウンメニューオプションをスクレイピングする方法は?

分類Dev

Pythonを使用してSeleniumで下にスクロールすることができません

分類Dev

Python Selenium:メッセージのあるソーシャルメディアページを下にスクロールする際のStaleElementReference例外

分類Dev

SeleniumとPythonで(すべて選択)というテキストのドロップダウンアイテムをクリックする方法

分類Dev

ページの読み込みごとに動的(変更)Xpath値を持つリストボックスからC#でSeleniumを使用してドロップダウンアイテムを選択する方法

分類Dev

Seleniumでポップアップするフォームタイプのログイン/登録にアクセスする方法

分類Dev

Python-クリックしてSeleniumを使用して一番下までスクロールします

分類Dev

PythonとSeleniumでangularjsベースのWebサイトをクロールする

分類Dev

Selenium、Chrome、Pythonで一定量下にスクロールします

分類Dev

Selenium:要素の「スタイル」が変わるまで下にスクロールします

分類Dev

PythonでSeleniumを使用して、部分的に表示されているスクロールボックスからすべてのテキストをスクレイプします

分類Dev

PowershellでSeleniumのローカルストレージにアクセスする

分類Dev

Selenium webdriverjavaのUIダイアログにアクセスできません

Related 関連記事

  1. 1

    Seleniumでモーダルダイアログボックスを処理する方法は?

  2. 2

    SeleniumユーザーがPythonでアラートダイアログボックスをクリックするのを待つ

  3. 3

    Selenium:ダイアログボックスを閉じる

  4. 4

    C#Selenium:SharepointフォルダーのアップロードダイアログボックスのDOMにない[承認]ボタンをクリックする方法

  5. 5

    SeleniumでInstagramのポップアップフレームを下にスクロールする方法

  6. 6

    Seleniumで下にスクロールする方法は?

  7. 7

    Selenium/Java/EdgeDriver: モーダル ウィンドウのダイアログ ボックスがテスト スクリプトの実行を停止する

  8. 8

    JavaでSelenium WebDriverを使用して下にスクロールする方法

  9. 9

    PythonでSeleniumを使用してChromeでYoutubeチャンネルを下にスクロールする方法

  10. 10

    PythonでSeleniumを使用してポップアップログインフォームにアクセスする方法

  11. 11

    スクロールボックスからhrefを選択するPython + Selenium

  12. 12

    Selenium:PythonでSeleniumを使用して内部divをスクロールする方法

  13. 13

    PythonでSeleniumを使用してdivで「スクロールアップ」する方法は?

  14. 14

    selenium-Python、ログアウト画像ボタンをクリックする方法

  15. 15

    Selenium / Python-ランダムに選択されたピクセルでスクロールする方法は?

  16. 16

    ポップアップをバイパスするFirefoxでファイルをダウンロード:Selenium Python

  17. 17

    PythonでSelenium Webdriverを使用してドロップダウンメニューオプションをスクレイピングする方法は?

  18. 18

    Pythonを使用してSeleniumで下にスクロールすることができません

  19. 19

    Python Selenium:メッセージのあるソーシャルメディアページを下にスクロールする際のStaleElementReference例外

  20. 20

    SeleniumとPythonで(すべて選択)というテキストのドロップダウンアイテムをクリックする方法

  21. 21

    ページの読み込みごとに動的(変更)Xpath値を持つリストボックスからC#でSeleniumを使用してドロップダウンアイテムを選択する方法

  22. 22

    Seleniumでポップアップするフォームタイプのログイン/登録にアクセスする方法

  23. 23

    Python-クリックしてSeleniumを使用して一番下までスクロールします

  24. 24

    PythonとSeleniumでangularjsベースのWebサイトをクロールする

  25. 25

    Selenium、Chrome、Pythonで一定量下にスクロールします

  26. 26

    Selenium:要素の「スタイル」が変わるまで下にスクロールします

  27. 27

    PythonでSeleniumを使用して、部分的に表示されているスクロールボックスからすべてのテキストをスクレイプします

  28. 28

    PowershellでSeleniumのローカルストレージにアクセスする

  29. 29

    Selenium webdriverjavaのUIダイアログにアクセスできません

ホットタグ

アーカイブ