Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may be getting an interesting error when you try to use an element on a page, such as reading a value from it or clicking on it. This is because when you try to invoke the action, the page hasn’t fully loaded the elements into the DOM. Use the following code courtesy of Gregor to get around the problem

...