CSS Selectors Selector là gì nhỉ, như bạn thấy đây trên web bạn sẽ thấy những label, field ... để hiển thị hoặc nhập thông tin được gọi là các element, thì selector được hiểu như là địa chỉ của các element đó. How to locate an element on the page, You can identify elements in the content of the web application by Id, Name, Xpath, Link Text, DOM, CSS. The order to identify an element locator: 1. find the "id" attribute that are not dynamic 2. find the unique "name" attribute 3. find the other possible unique attributes that are not dynamic 4. If none of the attributes satisfies 1 -> 3, use any other element on the page that has static attributes with the parent/child/sibling relations to locate With 3 and 4, in order to unify the way to locate elements in test scripts, we should choose only one type: xpath or css (not use both of them in your scripts, except some special cases) id => #id_name class => .class_name 1. Using Abs...
Đây là blogger cá nhân của mình dùng để lưu lại những tài liệu cần thiết,những tài liệu hay mà mình tìm được hoặc nhận được từ sự chia sẽ của bạn bè.