cerberustesting / cerberus-core

The Open Source Test Automation Platform.
https://cerberus-testing.com
GNU General Public License v3.0
329 stars 100 forks source link

Missing Selenium IDE Commands #2537

Open cencio91 opened 2 months ago

cencio91 commented 2 months ago

Hi,

When I import a test from Selenium IDE, i see that the following Selenium Commands are not recognized:

Also, I have the following Selenium 'store' command:

{
      "id": "27d53170-03d6-484e-beee-ef163917a40f",
      "comment": "",
      "command": "storeXpathCount",
      "target": "xpath=//img[contains(@src, 'home.svg')]",
      "targets": [],
      "value": "isHomepage"
    }

that is interpreted as Unknow Selenium IDE command 'storeXpathCount' on target 'xpath=//img[contains(@src, 'home.svg')]' with value 'isHomepage'

Could you kindly add them, or explain me how to do it?

I'm using Docker image Cerberus4.19-SNAPSHOT-1837 Build 20240903-190052 adn Selenium IDE 3.17.2

Thank you and best regards