1

I am a beginner to selenium and have downloaded and installed the IDE. I'm following some tutorials and although at least some commands work (I can go to google and search for something), for some reason not all commands are available in the IDE and I have no idea why.

I tried restarting my browser and my computer, but the refresh command isn't part of the dropdown. I also tried manually typing Refresh as a command in the ide, but I get an error message saying: Unknown command refresh. See image here

Thanks!

blah
  • 11
  • 1
  • 2

1 Answers1

1

You can use executeScript command and use Javascript to refresh the page. There are multiple ways of using JS Refresh detailed here

Naveen
  • 770
  • 10
  • 22