私が実装.Hope中にこのことに気づいファントムJSの長所と短所を見つけてください。助けてください。
短所:
1)It will fail to recognize the browser elements like id,xpath,csselector
when compared to chrome driver.
2)If you have login mechanism ,redirects won't work as you expect when compared to chrome driver.
3)You need to manually implement the custom logic for screen shots for the test failures if you need it.
4)If you want to switch between multiple drivers like chrome,html etc then it is very difficult
長所:あなたも、それは独自の制限があり、非常に高速ファントムそしてれるだけでなく、HTMLのドライバで行くことができ
1)Test case execution is faster when compared to chrome driver
2)No browser is required it will run without GUI.
3)No much configurations are needed when compared to chromedriver.
あなたは実装の前に世話をする必要があります。
それはid属性を認識できないのですか?パフォーマンスの問題についても共有できますか?上記の私のユースケースでは実現可能ですか? – user1955934
ほとんどの場合、id.Performanceの認識に失敗します。プロジェクトの大きさとコードのビジネスロジックの程度によって異なります。巨大であれば、Chromeのドライバに比べて非常に貧弱です。 – Pradeep
私は、あなたがウェブサービスの呼び出しをしてから応答を得ることは、アサーションのために想像ではかなり時間がかかりますので、クロムと一緒に行くことをお勧めします。コードを見ずに言うのは大変です。 – Pradeep