简单:Excel VBA代码打开Firefox,输入URL并单击链接。 稍后,我什至无法访问网络。
我的VBA库已被SeleniumWrapper类型库和Selenium类型库引用。 Firefox还安装了IDE。使用Windows10
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".activity.activity.MainActivity">
<FrameLayout
android:id="@+id/frame_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.constraint.ConstraintLayout>
有人可以测试上面的代码并让我知道结果吗?我的代码无法运行。