Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
mscriptfunc [2019/03/16 18:57] admin [Plugins & MScript Functions] |
mscriptfunc [2019/09/29 17:39] (current) admin [Element Locator & Special Char Encoding] |
||
---|---|---|---|
Line 148: | Line 148: | ||
==== Element Locator & Special Char Encoding ==== | ==== Element Locator & Special Char Encoding ==== | ||
- | If you plan to use xpath to locate the element on HTML page and have trouble finding the correct xpath string, you may want to check out [[WebMBT Builder | WebMBT Builder]] and [[UIRepo | UIRepo]] firefox add-on. | + | If you plan to use xpath to locate the element on HTML page and have trouble finding the correct xpath string, you may want to browser add-ons that generates xpath. |
- | In some rare case some special characters may cause problem to the mScript interpreter, in which case they can be encoded them using [[mscript_tokens | mscript tokens]], such as [lt] for "<" and [gt] for ">". | + | In some rare case some special characters may cause problem to the MScript interpreter, in which case they can be encoded them using [[mscript_tokens | mscript tokens]], such as [lt] for "<" and [gt] for ">". |