<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<!--
<form action="javascript:alert('hello')" method="post">
<form action="http://www.baidu.com" method="post">
-->
<form action="javascript:alert('hello')" method="post">
Username :<input type="text" name="username" id="username"><br>
Password :<input type="text" name="password" id="pwd"><br>
swimming :<input type="checkbox" name="swimming" value="swimming"><br>
reading :<input type="checkbox" name="reading" value="reading"><br>
<hr>
gender:<in
selenium基础篇:form表单部分
最新推荐文章于 2023-04-24 22:43:19 发布
本文主要介绍Selenium如何进行表单(form)的相关操作,包括输入文本、选择选项、提交表单等基本步骤,是自动化测试中的重要一环。
摘要由CSDN通过智能技术生成