如何使用硒自动进行种植?

时间:2016-01-24 08:10:54

标签: css selenium selenium-webdriver

我想模拟一个裁剪功能,我知道它不可能模拟人体裁剪,但我将裁剪的图像是1个尺寸我想通过每次运行时将裁剪WebElement设置为固定大小来裁剪它测试。

要做到这一点我需要知道如何更改裁剪样式,设置其大小...所以我可以点击裁剪按钮来获得裁剪能力(这很简单)现在设置它的样式所以我可以得到它的矩形。

这是我所说的风格道具:

enter image description here

所以我可以这样做:

val cropButton = driver.findElement(By.xpath( """//*[@id="new_company"]/input[4]"""))
    saveButton.click()

driver.executeScript("something to set the style")

1 个答案:

答案 0 :(得分:0)

您可以使用on字符串替换style属性。

{{1}}