Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

54 lines (34 loc) · 1.09 KB

v0.1.16

  • support to copy elementPath in the page view
  • add icon to the element node
  • change the open file icon

v0.1.15

  • Fix issue #3:Element in frame is not able to select
  • Add DebugView for element selectors
  • Move parentLocator to debugView

v0.1.14

  • Adding support for Firefox and EdgeBrowser
  • Upgrade selenium package to v4.0.0
  • Remove locator generation of linkText for anchor tag

v0.1.13

  • enhance showBrowser logic

v0.1.12

  • parentLocator enhancement

v0.1.11

  • fix error of LOCATOR_DETECTION_FAILED for some elements

v0.1.10

  • move update element Locator to inline command right behind highlight icon.
  • fix issue when duplicated elementName override the previous one.
  • enhance logic for start/quit browser.

v0.1.9

  • support config elementCommands/elementNameResolver in setting

v0.1.8

  • remove locator folder limitation

v0.1.7

  • minor fix

v0.1.6

  • Support to generate all elements for the page
  • Support to Add Element(s) to the json files
  • Find/Highlight element to test the element locators
  • Test bunch of selenium commands against defined Page Locators.