Lines 204-210
SKIP: {
Link Here
|
204 |
$id =~ m|^tag_952_subfield_w| # replacementpricedate |
204 |
$id =~ m|^tag_952_subfield_w| # replacementpricedate |
205 |
) { |
205 |
) { |
206 |
$v = strftime("%Y-%m-%d", localtime); |
206 |
$v = strftime("%Y-%m-%d", localtime); |
207 |
$effective_input = $driver->find_element('//div[@id="subfield952w"]/input[@class="input_marceditor flatpickr-input"]'); |
207 |
$effective_input = $driver->find_element('//div[@id="subfield952w"]/input[@type="text" and @class="input_marceditor items.replacementpricedate noEnterSubmit flatpickr-input"]'); |
208 |
} |
208 |
} |
209 |
elsif ( |
209 |
elsif ( |
210 |
$id =~ m|^tag_952_subfield_y| # itemtype |
210 |
$id =~ m|^tag_952_subfield_y| # itemtype |
211 |
- |
|
|