What can be scripted on the web? |
Top Previous Next |
EMUE’s Web Scripting engine works directly with the underlying HTML on the page. EMUE can work with any page that has true HTML. That means it is not compatible with technologies like Java applets, Silverlight, or Flash.
There are several ways to determine if a page is standard HTML.
2. Source View: Right click on the page and choose View Source. If the page displays HTML, then it should be compatible with EMUE. You can even look for the particular element that you want to identify. If you can find it in HTML code, then EMUE should be able to identify it as well. 3. F12 Tools: While in an Internet Explorer browser, press the F12 button. A window will open at the bottom of the screen that will allow you to drill into the HTML. If you can drill down and find the element you need in HTML, then EMUE will also be able to find it.
See Also: |