Extending Selenium by adding your own actions, assertions and locator-strategies can be quite simple. Add JavaScript methods to the Selenium object prototype and the PageBot object prototype. On startup, Selenium will automatically look through methods on these prototypes, using name patterns to recognize which ones are actions, assertions and locators. The following examples give an indication of how Selenium can be extended with JavaScript.
การเริ่มต้น ซีลิเนียมจะค้นหาอัตโนมัติโดยผ่านวิธีการในตัวต้นแบบโดยใช้ชื่อรูปแบบที่สามารถรับรู้ได้ว่าใครคนไหนกำลังทำอะไร