我想将图像的特定URL下载到我的本地文件夹中。
我知道如何使用Webclient下载,但是我想使用硒来下载图像
这是我已经做过的,但是它会下载全屏图像,我想下载图像的实际大小。
public function state(){
return $this->hasOne(State::class, 'state'); //state being your foreign key on rentals table. The primary key has to be id on your states table
}