Ad Widget

Collapse

Writing Scenario Steps for modern websites

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • steeladept
    Member
    • Sep 2018
    • 69

    #1

    Writing Scenario Steps for modern websites

    I am trying to write scenario steps for modern, single-page application sites. Unfortunately, these are third party sites that use default selectors rather than names and other "proper" tags in their solution which makes writing a scenario for them a challenge. Is there a way to use these selectors instead of looking for the name tag, for example, in these scenarios? How do we do that?

    For example, here is a selector for a simple logout on one application we are trying to script:


    body > div.nixps-cloudflow-DropDownMenu.CloudflowStyle_default > ul > li:nth-child(3)


    Using this selector syntax in the Name field didn't work. I tried just using the dot connected section with the field value, this also didn't work.


    Not sure how else to programmatically get this item via a Zabbix Step. Any ideas?
Working...