Finding element by id has no specific syntax in WebDriver and one should use either CSS selectors ( #<my element ID> ) or xPath ( //*[@id="<my element ID>"] ) ...
確定! 回上一頁