Selenium Page Object Generator
A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
Selenium Page Object Generator란 무엇입니까?
Selenium Page Object Generator은(는) Richard Huang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity."입니다.
확장 프로그램 스크린샷
Selenium Page Object Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Selenium Page Object Generator is an essential tool to improve your workflow. It will generate Page Object Model on active Chrome tab with a single click, provided that all the options and template are configured. The generated Page Object Model will be saved to pre-configured Chrome download folder. It strives to reduce manual involvement, but manual tweak still recommended. The template is using Handlebars.js expression, a clean logic-less semantic templating language. This is an early BETA release, it expected to have rough edges, and limited functionality. It currently support 3 different targets: Java, C#, and Robot Framework. *** "Restore to Factory Options" required to take advantage of latest changes *** For more information on how to use the generated Page Object file: Java: https://code.google.com/p/selenium/wiki/PageFactory#The C#: http://relevantcodes.com/pageobjects-and-pagefactory-design-patterns-in-selenium/#post-5229 Robot Framework: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#taking-resource-files-into-use Support Chrome 40 and later versions. Disclaimer: Running Selenium Page Object Generator on somebody else's web page may or may not be illegal. Selenium Page Object Generator is intended for the use of any individual or entity on their own web page for the purpose of creating Page Object Model, and the Selenium Page Object Generator author will take no responsibility if it is put to any other use. Version 1.3.1 * Fixes potential security vulnerabilities Version 1.3.0 * Bugfixes and remove potential security vulnerabilities Version 1.2.10 * Bugfixes Version 1.2.9 * Bugfixes Version 1.2.8 * Bugfixes Version 1.2.7 * Cleanups Version 1.2.6 * Bug fixes * Offline support Version 1.2.5 * Bug fixes Version 1.2.4 * Bug fixes Version 1.2.3 * Bug fixes Version 1.2.2 * Employ more strategies to get label text * Remove redundant equal sign in Robot Framework template * Bug fixes and follow static analysis results Version 1.2.1 * Add rating link in share section * Popup will open in the middle of the screen * Generate button stay disabled on hover * Bug fixes and follow static analysis results Version 1.2.0 * Consider node attribute as a possible element selector * HTML decode attribute value * Add message listener once * Allow longer text in the documentation * Add radio button value in attribute collection * Remove radio button argument from operation * Templates adjustment * Add fallback mechanism for Options button * Code restructure Version 1.1.2 * Employ better and broader mechanism to get label text Version 1.1.1 * Cancel default action on Options button click * Rearrange object deep copy to die gracefully * Use more specific CSS selector base on siblings and element type * Consider element value for input button and submit for label text * Adjust wording for root selector Version 1.1.0 * Change default visibility to all (visible and hidden elements) * Add textarea support * Add support for email, number, search, tel, and url input type * Add different approach to get element text more reliably * Add support for label without identifier * Add support for prefixed element type * Add restore to factory settings * Add AngularJS locators option for test framework that has support for it * Add option to limit the page area that one would like to generate from * Fix page object namespace that get dropped off from file name and generated page object * Robot Framework template adjustments * Add more documentation on generated page object for class instance return * Fix C# XML documentation format Version 1.0.5 * Fixed page name initial validation * Faster popup load Version 1.0.4 * Responsive layout adjustment * Swapped "Options" and "Settings" wording * Page name validation will be run on popup load, this will make Page Name more obvious as a required field * Mail sharer now support both native mail client and web-based client Version 1.0.3 * Changed wording for "Model Name" to "Page Name" * Changed wording for "Target Name" to "Destination Page Name" * Changed wording for "More Options" link to "Settings" button * Added share via email Version 1.0.2 * Validate text visibility with viewport consideration * Remove redundant information from generated CSS selector * Removed all special characters from variable and method name * Cleanups * Bug fixes Version 1.0.1 * Initial product launch
확장 프로그램 기본 정보
이름 | Selenium Page Object Generator |
ID | epgmnmcjdhapiojbohkkemlfkegmbebb |
공식 URL | https://chromewebstore.google.com/detail/selenium-page-object-gene/epgmnmcjdhapiojbohkkemlfkegmbebb |
설명 | A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity. |
파일 크기 | 335 KB |
설치 횟수 | 12,587 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2018-04-08 |
출시 날짜 | 2018-04-07 |
평점 | 3.83/5 총 66 개의 평점 |
개발자 | Richard Huang |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rickypc/selenium-page-object-generator |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Richard Huang |