0
I am trying to create a tool that will get All objects from a webpage including its valid xpaths. For example: In a Login Page where the following objects are usually seen: username textbox password textbox login button cancel button It will return all these objects together with their respective XPATHs. OR at least if you click the Object then the tool will get the Object and its corresponding XPATH, Is this even possible? Appreciate your feedback, Thank you.
謝謝您的答覆。這是在VBA還是Java中完成的? – Toshi
它可以用JavaScript等來完成,或者像瀏覽器插件一樣)我認爲把它作爲一個獨立的應用程序或以任何其他方式做它是一個非常糟糕的主意),但我希望有人會提出更好的建議)這個信息只是供參考,而不是期待是正確的答案 –