0
我正在瀏覽selenium ide。在引用標籤它顯示的功能,像這樣的文件:Selenium IDE代碼庫
assertAttributeFromAllWindows(attributeName, pattern)
Generated from getAttributeFromAllWindows(attributeName)
Arguments:
attributeName - name of an attribute on the windows
Returns:
the set of values of this attribute from all known windows.
Returns an array of JavaScript property values from all known windows having one.
的疑問:我在哪裏可以找到這個功能的實現邏輯。就像在java中,我們可以從jar文件中看到,所有函數的邏輯所在的位置?我如何獲得該代碼?