Axes metods in Xpath An axis represents a relationship to the context (current) node, and is used to locate nodes relative to that node on the tree. Examples: Navigate to https://google.com.. //textarea[@name=’q’]//..//child::textarea //textarea[@name=’q’]//..//parent::div //textarea[@name=’q’]//self::textarea Read more »