trait UseInteraction

Methods

iframe(string $title, string $url)

地址弹窗

loadView(string $title, string $url)

加载Tab

copy(string $title, $content)

复制

request(string $title, string $url)

请求

toolbar(string $title, string $url) deprecated

请求

batchRequest(string $title, string $url)

请求

batchIframe(string $title, string $url)

请求

page(string $title, string $url)

页面

dropdown(string $title, Closure $callable)

下拉操作项

Details

at line 27
IframeOperation iframe(string $title, string $url)

地址弹窗

Parameters

string $title
string $url

Return Value

IframeOperation

at line 42
LoadViewOperation loadView(string $title, string $url)

加载Tab

Parameters

string $title
string $url

Return Value

LoadViewOperation

at line 57
CopyOperation copy(string $title, $content)

复制

Parameters

string $title
$content

Return Value

CopyOperation

at line 71
RequestOperation request(string $title, string $url)

请求

Parameters

string $title
string $url

Return Value

RequestOperation

at line 87
BatchRequestOperation toolbar(string $title, string $url) deprecated

deprecated

请求

Parameters

string $title
string $url

Return Value

BatchRequestOperation

See also

batchRequest

at line 98
BatchRequestOperation batchRequest(string $title, string $url)

请求

Parameters

string $title
string $url

Return Value

BatchRequestOperation

at line 112
BatchIframeOperation batchIframe(string $title, string $url)

请求

Parameters

string $title
string $url

Return Value

BatchIframeOperation

at line 126
PageOperation page(string $title, string $url)

页面

Parameters

string $title
string $url

Return Value

PageOperation

at line 140
DropdownOperation dropdown(string $title, Closure $callable)

下拉操作项

Parameters

string $title
Closure $callable

Return Value

DropdownOperation