簡體   English   中英

如何在 WindowsOS 中從 POSTMAN 調用 Eclipse?

[英]How to invoke Eclipse from POSTMAN in WindowsOS?

我正在使用 POSTMAN 自動執行 E-2-E REST API。 在 API 執行過程中,發送了一個 email OTP。 需要捕獲 email OTP 值並將其用於進行進一步的 API 調用。

我正在使用免費的在線垃圾郵件 email web 應用程序來接收此類 OTP 電子郵件。 I have created a Selenium-JAVA script using Eclipse to connect to that online email domain through (java.net.HttpURLConnection) and then running Selenium script to play inside that free junk email web application to capture the email OTP.

我正在研究 POSTMAN 如何調用 Eclipse 並運行該 Selenium 腳本以過濾掉 Z0C83Z3OTABTPC783A0C7B23 任何建議都會有所幫助。

https://developers.google.com/gmail/api/reference/rest

為什么要過度設計一個簡單的要求,只需使用 google API 來閱讀電子郵件並進行驗證。 或者使用具有 Api 或交互的任何其他郵件服務。

Postman works with apis you cannot interact with eclipse unless it has some apis to do so, and more over eclipse is an IDE not runner

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM