locale.java.adapter.webdriver.ja-JP.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sahagin Show documentation
Show all versions of sahagin Show documentation
Sahagin makes your Selenium script more readable and maintainable.
method:
org.openqa.selenium.By.className: クラス名 = {0}
org.openqa.selenium.By.cssSelector: css = {0}
org.openqa.selenium.By.id: id = {0}
org.openqa.selenium.By.linkText: テキスト = {0}
org.openqa.selenium.By.name: name = {0}
org.openqa.selenium.By.partialLinkText: テキスト = {0}(部分一致)
org.openqa.selenium.By.xpath: xpath = {0}
org.openqa.selenium.By.tagName: タグ名 = {0}
org.openqa.selenium.WebDriver.findElement: 要素「{0}」
org.openqa.selenium.WebDriver.get: 「{0}」にページ遷移
org.openqa.selenium.WebElement.clear: "{this}のテキストをクリア"
org.openqa.selenium.WebElement.click: "{this}をクリック"
org.openqa.selenium.WebElement.getAttribute: "{this}の属性「{0}」"
org.openqa.selenium.WebElement.getText: "{this}の表示テキスト"
org.openqa.selenium.WebElement.isSelected: "{this}が選択されているか"
org.openqa.selenium.WebElement.sendKeys: "{this}に「{0}」を入力"