Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Selenium IDE Commands #2537

Open
cencio91 opened this issue Sep 12, 2024 · 0 comments
Open

Missing Selenium IDE Commands #2537

cencio91 opened this issue Sep 12, 2024 · 0 comments

Comments

@cencio91
Copy link

Hi,

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

  • store
  • assertText
  • executeScript
  • if
  • "end" (it's the end if)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant