Selenium IDE: unable to run test file or switch to command table

I wrote a test case using the Selenium IDE. I would like to run a test (using the play button), and I would like to switch to the “Table” tab to see the commands.

As can be seen in the screenshot, I can neither press the play button, nor switch to the "Table" tab. Why?

selenium capture

+5
source share
3 answers

You can run the test only if your IDE is installed for Selenese (HTMl format), and not some other code format. Change it to Selenese (HTML) as follows and it should work -

enter image description here

, , Selenium - https://sqa.stackexchange.com/ Selenium .

+2

Selenium IDE . , , script, IDE , . IDE , - , script . .

+1

,

script , , , IDE . , , "HTML", , " ..." " ...". , script Python. , , , , Python. Java Ruby IDE.

+1

All Articles