for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Spatie\SchemaOrg;
/**
* A web page element, like a table or an image.
*
* @see http://schema.org/WebPageElement
* @mixin \Spatie\SchemaOrg\CreativeWork
* @method static cssSelector($cssSelector) The value should be instance of pending types CssSelectorType|CssSelectorType[]
* @method static xpath($xpath) The value should be instance of pending types XPathType|XPathType[]
*/
class WebPageElement extends BaseType
{
}