Skip to content

Commit

Permalink
webdriver: Load initial about:blank page
Browse files Browse the repository at this point in the history
  • Loading branch information
zhani committed Jan 22, 2024
1 parent 63c4b26 commit 0a34b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class WebDriverActivity : AppCompatActivity() {
val webView = WPEView(applicationContext)
setContentView(webView);

//setContentView(R.layout.activity_web_driver)
webView.loadUrl("about:blank")

try {
val processType = ProcessType.WebDriverProcess
Expand Down

0 comments on commit 0a34b0f

Please sign in to comment.