Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テストアプリケーションを実行するために、selenium、python webdriver を使用しています。また、アプリケーションに追加したい Selenium html テストもいくつかあります。このhtmlテストは頻繁に変更されるため、これらのテストをpython webdriverに変換してアプリに追加することはできません。Python webdriver アプリを変更せずに、何らかの方法でこれらのテストを実行する必要があると思います。どうすればいいですか?
Python 用の pySelenese モジュールを使用してください - HTML テストを解析し、実行させます。