変数urlには、先ほどのお問合せフォームのURLを文字列で指定します。 ローカル開発環境(http://localhost/ とかhttp://127.0.0.1/) でも大丈夫です。 urlを引数に、get(url)メソッドで指定したURLにアクセスします。 fromseleniumimportwebdriverfromselenium.webdriver.support.selectimportSelecturl="フォ...
パイプラインの最後のステージでは、機能テストを実行してデプロイを検証します。 ここでは、ホーム ページが想定したどおりに読み込まれることを確認する単一の Selenium テストがあります。 テスト結果は、ビルド ジョブの単体テスト結果と共に公開されます。
selenium==4.7.2 six==1.16.0 sniffio==1.3.0 sortedcontainers==2.4.0 SoundFile==0.10.3.post1 soupsieve==2.5 SpeechRecognition==3.8.1 threadpoolctl==3.1.0 tk==0.1.0 toml==0.10.2 tomli==2.0.1 tqdm==4.64.1 trio==0.22.0 trio-websocket==0.9.2 tweepy==4.10.1 types-toml==0.10.8.1 ...
from selenium import webdriver from selenium.webdriver.chrome.options import Options # https://cosmocode.io/how-to-connect-selenium-to-an-existing-browser-that-was-opened-manually/ # TODO remote-debugging-portを指定してChromeを起動後、「https://twitter.com/home」を表示 # "C:\Program Files (x86...