2020-12-20 11:47:44 +01:00
|
|
|
@GUI::Widget {
|
|
|
|
layout: @GUI::VerticalBoxLayout {
|
2021-08-02 09:20:06 +02:00
|
|
|
spacing: 2
|
2020-12-20 11:47:44 +01:00
|
|
|
}
|
|
|
|
|
2021-04-13 16:18:20 +02:00
|
|
|
@GUI::ToolbarContainer {
|
2020-12-20 11:47:44 +01:00
|
|
|
name: "toolbar_container"
|
2022-02-12 19:17:01 +02:00
|
|
|
|
2021-04-13 16:18:20 +02:00
|
|
|
@GUI::Toolbar {
|
2020-12-20 11:47:44 +01:00
|
|
|
name: "toolbar"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-05 01:00:09 +00:00
|
|
|
@GUI::Frame {
|
|
|
|
name: "webdriver_banner"
|
2023-04-29 16:47:52 -04:00
|
|
|
style: "SunkenPanel"
|
2022-11-05 01:00:09 +00:00
|
|
|
preferred_height: "shrink"
|
|
|
|
foreground_role: "TooltipText"
|
|
|
|
background_role: "Tooltip"
|
|
|
|
fill_with_background_color: true
|
|
|
|
visible: false
|
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
margins: [0, 4]
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Label {
|
|
|
|
text: "This Browser window is controlled by WebDriver."
|
|
|
|
text_alignment: "CenterLeft"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-12-20 11:47:44 +01:00
|
|
|
@GUI::Widget {
|
|
|
|
name: "webview_container"
|
2022-02-12 19:17:01 +02:00
|
|
|
layout: @GUI::VerticalBoxLayout {}
|
2020-12-20 11:47:44 +01:00
|
|
|
}
|
|
|
|
|
2021-04-13 16:18:20 +02:00
|
|
|
@GUI::Statusbar {
|
2020-12-20 11:47:44 +01:00
|
|
|
name: "statusbar"
|
|
|
|
}
|
|
|
|
}
|