Versions Compared

Key

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

...

If you see the following messages at the end of the console, the Selenium server is running fine:
Entering interactive mode... type Selenium commands here (e.g: cmd=open&1=http://www.yahoo.comImage Removed)

Below is deprecated but may still contain useful tips. Else rather see and follow Selenium in Webtools...

...

The same procedure can be followed for changing the UI label elements.

A tip from Amitava Neogi

Note on using entity or view-entity from other components

If you need to use an entity or view-entity from other components to construct a view-entity, be cautious on how the sequence of the components are loaded. This is because the view-entity will be loaded when you start OFBiz, and if the component entity xml is loaded AFTER your component, your view-entity would not be able to pick up the relevant information from the other component.

Therefore it is important to make sure that if you're using entities from other component, make sure they are loaded BEFORE your component.