OR Manager

开发者工具插件大小: 4.78MiB版本: v 1.1更新时间: 2021-12-21
大小:4.78MiB版本:v 1.1更新时间:2021-12-21

Xpath Evaluator will help you to find Xpath and other properties of a WebElement and save it to form an object repository

OR Manager 的使用方法详解,最全面的教程


OR Manager 描述:

用户数:91

分类:开发者工具插件

扩展大小:4.78 MiB

最后更新时间:2021-12-21

版本:v 1.1


OR Manager 插件简介:

这是来自Chrome商店的 OR Manager 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。


OR Manager插件下载方法/流程:

点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。


OR Manager插件安装教程/方法:

(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件

(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面

(3) 打开扩展程序页面的“开发者模式”

(4) 将crx文件拖拽到扩展程序页面,

完成安装如有其它安装问题,

请扫描网站底部二维码与客服联系如有疑问请参考:

https://www.extfans.com/installation/
OR Manager : Functional Description Document Introduction OR manager is an Extension for Google Chrome which helps you to create and edit an already existing Object Repository in json and xml formats. All automation tools identify application objects from its properties. In automation, it is called locator type and locator value. Locator type could be id, name, xpath, css etc., and locator value is its actual value in the application. All these locators are maintained in a file called Object Repository (OR). Key features of OR manager • Selecting web elements. • Creating object repository for the selected web elements. • Highlighting/Validating an element on web page if it’s already available in Object repository. • Editing an already existing object repository file. Fields and their descriptions: 1. Element name: • This is a label associated with a textbox. • This textbox is used to give the name of the element to highlight in the web page. • While inspecting the element, this textbox stores the name of the last element stored in object repository. • This textbox is read-write type. • By default, this textbox does not have any value. 2. Selection: • This is a label associated with a text box. • Textbox stores the name of the last element stored in object repository. • This textbox is read-only type. • By default, this textbox does not have any value. 3. Web element: • This is a text area which stores the locator properties of last element added in object repository. • This text area is read-only type and of fixed size. • By default, this text area does not have any value. 4. Object Repository: • This is a label associated with a text area which stores the list of all the added web elements along with their locator properties in JSON format. • This text area is read-only type and of fixed size. • By default, this text area does not have any value. Icons and their descriptions: 1. Highlight: • This icon is used to highlight the element in the web page if the element is already present in Object Repository. • In the textbox before the highlight icon, give the name of the element to highlight and click on highlight icon. • Highlight icon is always enabled. 2. Inspect: • This icon is used to inspect the elements present in web page. • By default, inspect button is disabled. • Click on inspect button to enable the inspect functionality. 3. Reset: • This icon is used to reset the values of Element name textbox, Selection textbox and web element text area to their default values. • Reset icon is always enabled. 4. Stop: • This icon is used to stop the inspect. • By default, stop icon is disabled. • Once clicked on inspect, it enables the stop icon to stop the inspect. Buttons and their descriptions: 1. JSON download: • This button is used to download the generated Object repository in JSON format. 2. XML download: • This button is used to download the generated Object repository in XML format. 3. Upload Object Repository: • This button is used to upload an already existing OR to edit it. 4. Cancel: • This button is used to reset the utility page to its default state. Steps to create Object repository 1. Open OR Manager utility by clicking the extension icon. 2. Click on inspect icon to enable the inspect functionality. 3. Mouse over the element on the webpage you want to add in Object repository and then click on the web element. Following pop-up will open. Pop-up shows the name/id of the web element, if it exists in the html of the webpage. This will be the object name in the repository. User can change this name as per their convenience. 4. Click OK to save the object in object repository with this default name or give a custom name. a. If element is already added in Object Repository, a pop up “Same element with same set of properties already exist” will come. b. If an element is already present in Object Repository with the same element name but different set of properties, a pop up “Element with same name exists. Click 'OK' to update its properties else click 'Cancel” will come. Click on “OK” button if you want to update its properties else click on Cancel button. c. If an element is already present in Object Repository with same set of properties but different element name, a pop up “Same properties are already present with another element. Click 'OK' to create a new Element else click 'Cancel” will come. Click on “OK” button to create new element else click on “Cancel”. d. If the element is not present in Object Repository, it will be added in it. 5. Repeat step 3 and step 4 to add more elements in the object repository. 6. Once all the elements are added, click on “JSON download” button to download the OR in JSON format or click on “XML download” button to download the OR in XML format Note: • Last added element can be seen under web element text area. • All the added elements can be seen under Object Repository text area. Steps to edit an already existing OR 1. Click on upload object repository button. 2. It will open the file explorer. Choose the JSON or XML file and click OK. 3. Choose the JSON or XML file and click OK. a. If OR is not of the same page, A pop-up “OR doesn’t match with the current web page” will come, and data will not load into OR manager to edit. b. if OR is not in XML or JSON format, a pop-up “Please upload a JSON or XML file to process…” will come, and data will not load into OR manager to edit. 4. If the OR is of same web page and it’s in the form of JSON or XML, the OR will load in Object Repository text area. 5. Once OR is loaded successfully, click on inspect icon to edit the OR. 6. Mouse over the element on the webpage you want to add in Object repository and then click. Following pop-up will open. 7. Click OK to save the object in object repository with this default name or give a custom name and then click OK. a. If element is already added in Object Repository, a pop up “Same element with same set of properties already exist” will come. b. If an element is already present in Object Repository with the same element name but different set of properties, a pop up “Element with same name exists. Click 'OK' to update its properties else click 'Cancel” will come. Click on “OK” button if you want to update its properties else click on Cancel button. c. If an element is already present in Object Repository with same set of properties but different element name, a pop up “Same properties are already present with another element. Click 'OK' to create a new Element else click 'Cancel” will come. Click on “OK” button to create new element else click on “Cancel”. d. If the element is not present in Object Repository, it will be added in it. 8. Repeat step 6 and step 7 to add more elements in the object repository. 9. Once all edit is completed, click on “JSON download” button to download the OR in JSON format or click on “XML download” button to download the OR in XML format.

相关应用

브라우저에서 라온시큐어의 PC보안 기능을 사용하기 위한 확장 프로그램입니다.
Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!
Расширение позволяет использовать КриптоПро ЭЦП Browser plug-in в браузере. Для работы требует установленного ЭЦП Browser plug-in.
Adds React debugging tools to the Chrome Developer Tools. Created from revision 336ac8ceb on 7/13/2022.
Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies
POSTMAN CHROME IS DEPRECATED DOWNLOAD THE UPDATED POSTMAN NATIVE APPS Postman Chrome is deprecated and is missing essential, new…
EditThisCookie是一个cookie管理器。您可以添加,删除,编辑,搜索,锁定和屏蔽cookies!
Tag Assistant helps to troubleshoot installation of various Google tags including Google Analytics, Google Tag Manager and more.
The web developers helper program to create and test custom HTTP requests.
back top top
back top top