推出從Katalon Studio中的Web應用程序時,我正在使用Katalon Studio測試情況如何自動進行身份驗證。問題是,當我在Firefox上啓動測試用例時,它向我顯示「Authentication Required」彈出窗口。相反,當我使用Chrome或Explorer時,它不會發生。當我使用Firefox時,如何擺脫這個彈出窗口?
Q
在Firefox
4
A
回答
4
應當:WebUI.openBrowser( 「http://username:[email protected] 」)代替WebUI.openBrowser(「 名:密碼@ WebsiteURL」)
-1
請再試 WebUI.Authenticate(url, username ,passsword, timeoutseconds)
。
這應該做的工作,爲我做了。
+0
它不起作用。因爲我已經集成了認證。 – nix86
+0
你好,你是指「登錄」對話框右鍵...除了術語之外,整體意味着什麼...... – user9285211
相關問題
- 1. 在Firefox中使用Firefox ObjCreate
- 2. 在Firefox
- 3. 在Firefox
- 4. 在Firefox
- 5. 在Firefox
- 6. 在Firefox
- 7. 在Firefox
- 8. 在Firefox
- 9. 在Firefox
- 10. 在Firefox
- 11. `在FireFox
- 12. 在Firefox
- 13. 在Firefox
- 14. 在Firefox
- 15. 在Firefox
- 16. 在Firefox
- 17. 在Firefox
- 18. 在Firefox
- 19. 在Firefox
- 20. 在Firefox
- 21. 在Firefox
- 22. 在FireFox
- 23. Selenium OpenQA.Selenium.DriverServiceNotFoundException在FireFox
- 24. onmousemove在Firefox中
- 25. event.type在Firefox
- 26. 在Mozilla Firefox 39.0.3
- 27. 無法在Firefox
- 28. 在Chrome和Firefox
- 29. 代碼在Firefox
- 30. 測試在Firefox
它是HTTP基本認證對話框?或者是其他東西?你可以放一個截圖。 –
截圖已添加到問題 – nix86
它說:「http.//localhost:xxxxx需要用戶名和密碼」 – nix86