Để kiểm tra 1 hình có được hiển thị trên 1 website hay không thông thường sẽ kiếm tra lỗi 404
khi gọi mọt request tới file đó
Với Selenium chúng có thêm 1 cách khác để làm việc đó.
Thông qua việc kiểm tra attribute naturalWidth
của một đối tượng có bằng 0
hay không?
Định nghĩa về
naturalWidth
Definition and Usage The naturalWidth property returns the original width of an image.
For example, if you have an image that is originally 100 pixels wide. Then, you style the image with CSS/or by using the HTML “width” attribute to make it 500 pixels wide. The naturalWidth property will return “100”, the width property however, will return 500.